mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-29 10:43:43 +01:00
Bump version
This commit is contained in:
parent
7e00e3a237
commit
95e4caa2f8
@ -224,6 +224,10 @@ This is best left explicit. First, you shouldn't be using numbered field keys if
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
### `rolling-66`
|
||||||
|
|
||||||
|
* Adds `modlib.persistence.lua_log_file`
|
||||||
|
|
||||||
### `rolling-62`
|
### `rolling-62`
|
||||||
|
|
||||||
* Fix `modlib.func.curry_tail`
|
* Fix `modlib.func.curry_tail`
|
||||||
|
2
init.lua
2
init.lua
@ -78,7 +78,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 = 65,
|
version = 66,
|
||||||
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