mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2024-11-16 15:30:18 +01:00
bump version to 1.1.0. Add changelog
This commit is contained in:
parent
172176713e
commit
58bfa546fe
5
CHANGELOG.md
Normal file
5
CHANGELOG.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
|
||||||
|
# 1.1.0
|
||||||
|
|
||||||
|
* Fixes error with long strings in Lua 5.1 (@pgimeno)
|
||||||
|
* Adds incremental mode (@pgimeno)
|
2
md5.lua
2
md5.lua
|
@ -1,5 +1,5 @@
|
||||||
local md5 = {
|
local md5 = {
|
||||||
_VERSION = "md5.lua 1.0.2",
|
_VERSION = "md5.lua 1.1.0",
|
||||||
_DESCRIPTION = "MD5 computation in Lua (5.1-3, LuaJIT)",
|
_DESCRIPTION = "MD5 computation in Lua (5.1-3, LuaJIT)",
|
||||||
_URL = "https://github.com/kikito/md5.lua",
|
_URL = "https://github.com/kikito/md5.lua",
|
||||||
_LICENSE = [[
|
_LICENSE = [[
|
||||||
|
|
Loading…
Reference in New Issue
Block a user