Skip to content

Commit

Permalink
v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishforbes committed Feb 9, 2017
1 parent b715e24 commit 52dc317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/ffi-zlib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local ffi_copy = ffi.copy
local tonumber = tonumber

local _M = {
_VERSION = '0.2.0',
_VERSION = '0.3.0',
}

local mt = { __index = _M }
Expand Down
4 changes: 2 additions & 2 deletions lua-ffi-zlib-0.2-0.rockspec → lua-ffi-zlib-0.3-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-ffi-zlib"
version = "0.2-0"
version = "0.3-0"
source = {
url = "git://github.com/hamishforbes/lua-ffi-zlib",
tag = "v0.2"
tag = "v0.3"
}
description = {
summary = "A Lua module using LuaJIT's FFI feature to access zlib.",
Expand Down

0 comments on commit 52dc317

Please sign in to comment.