Skip to content

Commit c732684

Browse files
committed
Release v0.4.1
1 parent 7940afe commit c732684

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 - 17/Aug/2021
2+
lua-bint - v0.4.1 - 27/Dec/2022
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
@@ -44,7 +44,7 @@ <h2>Modules</h2>
4444
<div id="content">
4545

4646
<h1>Module <code>bint</code></h1>
47-
<p>lua-bint - v0.4.1 - 17/Aug/2021
47+
<p>lua-bint - v0.4.1 - 27/Dec/2022
4848
Eduardo Bart - edub4rt@gmail.com
4949
https://github.com/edubart/lua-bint</p>
5050

@@ -2520,7 +2520,7 @@ <h2 class="section-header "><a name="Fields"></a>Fields</h2>
25202520
</div> <!-- id="main" -->
25212521
<div id="about">
25222522
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
2523-
<i style="float:right;">Last updated 2022-10-13 11:58:58 </i>
2523+
<i style="float:right;">Last updated 2022-12-27 11:38:16 </i>
25242524
</div> <!-- id="about" -->
25252525
</div> <!-- id="container" -->
25262526
</body>

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

0 commit comments

Comments
 (0)