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