Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Jan 6, 2021
1 parent f68a2d5 commit 97405a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pgmoon/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ do
rshift, lshift, band = _obj_0.rshift, _obj_0.lshift, _obj_0.band
end
local unpack = table.unpack or unpack
local VERSION = "1.11.0"
local VERSION = "1.12.0"
local _len
_len = function(thing, t)
if t == nil then
Expand Down
2 changes: 1 addition & 1 deletion pgmoon/init.moon
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import rshift, lshift, band from require "pgmoon.bit"

unpack = table.unpack or unpack

VERSION = "1.11.0"
VERSION = "1.12.0"

_len = (thing, t=type(thing)) ->
switch t
Expand Down

0 comments on commit 97405a9

Please sign in to comment.