Skip to content

Commit 1353a53

Browse files
committed
Release v0.5.0
1 parent 5e8107b commit 1353a53

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bint.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--[[--
2-
lua-bint - v0.4.1 - 27/Dec/2022
2+
lua-bint - v0.5.0 - 04/Jun/2023
33
Eduardo Bart - edub4rt@gmail.com
44
https://github.com/edubart/lua-bint
55

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h2>Modules</h2>
4545
<div id="content">
4646

4747
<h1>Module <code>bint</code></h1>
48-
<p>lua-bint - v0.4.1 - 27/Dec/2022
48+
<p>lua-bint - v0.5.0 - 04/Jun/2023
4949
Eduardo Bart - edub4rt@gmail.com
5050
https://github.com/edubart/lua-bint</p>
5151

@@ -2653,7 +2653,7 @@ <h2 class="section-header "><a name="Fields"></a>Fields</h2>
26532653
</div> <!-- id="main" -->
26542654
<div id="about">
26552655
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
2656-
<i style="float:right;">Last updated 2023-06-04 19:39:42 </i>
2656+
<i style="float:right;">Last updated 2023-06-04 19:40:29 </i>
26572657
</div> <!-- id="about" -->
26582658
</div> <!-- id="container" -->
26592659
</body>

rockspecs/bint-0.4.1-1.rockspec renamed to rockspecs/bint-0.5.0-1.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "bint"
2-
version = "0.4.1-1"
2+
version = "0.5.0-1"
33
source = {
44
url = "git://github.com/edubart/lua-bint.git",
5-
tag = "v0.4.1"
5+
tag = "v0.5.0"
66
}
77
description = {
88
summary = "Arbitrary precision integer arithmetic library in pure Lua",

0 commit comments

Comments
 (0)