Skip to content

Commit 97405a9

Browse files
committed
bump version
1 parent f68a2d5 commit 97405a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pgmoon/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ do
77
rshift, lshift, band = _obj_0.rshift, _obj_0.lshift, _obj_0.band
88
end
99
local unpack = table.unpack or unpack
10-
local VERSION = "1.11.0"
10+
local VERSION = "1.12.0"
1111
local _len
1212
_len = function(thing, t)
1313
if t == nil then

pgmoon/init.moon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import rshift, lshift, band from require "pgmoon.bit"
55

66
unpack = table.unpack or unpack
77

8-
VERSION = "1.11.0"
8+
VERSION = "1.12.0"
99

1010
_len = (thing, t=type(thing)) ->
1111
switch t

0 commit comments

Comments
 (0)