Skip to content

Commit

Permalink
release 1.0.1 with the OS X build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander committed May 31, 2018
1 parent 6416d9d commit 4f7ff26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion murmurhash3.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if not mmh3 then
error(table_concat(tried_paths, '\n'))
end

local _M = { VERSION = "1.0.0" }
local _M = { VERSION = "1.0.1" }

function _M.murmurhash3(key, seed)
seed = seed or 0
Expand Down
4 changes: 2 additions & 2 deletions rockspecs/lua-resty-murmurhash3-1.0.0-0.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-resty-murmurhash3"
version = "1.0.0-0"
version = "1.0.1-0"
source = {
url = "git://github.com/spacewander/lua-resty-murmurhash3",
tag = "1.0.0",
tag = "1.0.1",
}
description = {
summary = "lua-resty-murmurhash3 - the Lua binding of murmurhash3 via LuaJIT FFI",
Expand Down

0 comments on commit 4f7ff26

Please sign in to comment.