mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-25 00:33:44 +01:00
Bump version
This commit is contained in:
parent
a6aaf9938c
commit
64c5a04a1f
4
init.lua
4
init.lua
@ -84,7 +84,7 @@ local rawget, rawset = rawget, rawset
|
||||
modlib = setmetatable({}, { __index = load_module })
|
||||
|
||||
-- TODO bump on release
|
||||
modlib.version = 98
|
||||
modlib.version = 100
|
||||
|
||||
if minetest then
|
||||
modlib.modname = minetest.get_current_modname()
|
||||
@ -143,4 +143,4 @@ end
|
||||
-- dofile(modlib.mod.get_resource("modlib", "build", "html_entities.lua"))
|
||||
|
||||
-- TODO verify localizations suffice
|
||||
return modlib
|
||||
return modlib
|
||||
|
Loading…
Reference in New Issue
Block a user