mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-25 16:53:46 +01:00
Bump version
This commit is contained in:
parent
64c487660c
commit
98bd1741ad
@ -207,6 +207,10 @@ This is best left explicit. First, you shouldn't be using numbered field keys if
|
||||
|
||||
## Versions
|
||||
|
||||
### `rolling-58`
|
||||
|
||||
* Schema improvements & docs
|
||||
|
||||
### `rolling-57`
|
||||
|
||||
* Uses `minetest.safe_file_write` for `file.write`
|
||||
|
2
init.lua
2
init.lua
@ -77,7 +77,7 @@ end
|
||||
local load_module, get_resource, loadfile_exports
|
||||
modlib = setmetatable({
|
||||
-- TODO bump on release
|
||||
version = 57,
|
||||
version = 58,
|
||||
modname = minetest and minetest.get_current_modname(),
|
||||
dir_delim = rawget(_G, "DIR_DELIM") or "/",
|
||||
_RG = setmetatable({}, {
|
||||
|
Loading…
Reference in New Issue
Block a user