Skip to content

Commit 2ff5e58

Browse files
committedJun 26, 2023
Release v0.5.1
1 parent 65caf6c commit 2ff5e58

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.5.0 - 04/Jun/2023
2+
lua-bint - v0.5.1 - 26/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.5.0 - 04/Jun/2023
48+
<p>lua-bint - v0.5.1 - 26/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-26 08:51:09 </i>
2656+
<i style="float:right;">Last updated 2023-06-26 09:09:48 </i>
26572657
</div> <!-- id="about" -->
26582658
</div> <!-- id="container" -->
26592659
</body>

‎rockspecs/bint-0.5.0-1.rockspec renamed to ‎rockspecs/bint-0.5.1-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.5.0-1"
2+
version = "0.5.1-1"
33
source = {
44
url = "git://github.com/edubart/lua-bint.git",
5-
tag = "v0.5.0"
5+
tag = "v0.5.1"
66
}
77
description = {
88
summary = "Arbitrary precision integer arithmetic library in pure Lua",

0 commit comments

Comments
 (0)