diff --git a/Readme.md b/Readme.md index efac024..48741ac 100644 --- a/Readme.md +++ b/Readme.md @@ -242,6 +242,10 @@ A schematic format with support for metadata and baked light data. **Experimenta ## Release Notes +### `rolling-69` + +* Fixes various things, **most importantly modules indexing the global table** + ### `rolling-68` * Replace changelog by release notes (see the commit log for changes) diff --git a/init.lua b/init.lua index 6059ffa..1546ed1 100644 --- a/init.lua +++ b/init.lua @@ -82,7 +82,7 @@ end local load_module, get_resource, loadfile_exports modlib = setmetatable({ -- TODO bump on release - version = 68, + version = 69, modname = minetest and minetest.get_current_modname(), dir_delim = rawget(_G, "DIR_DELIM") or "/", _RG = setmetatable({}, {