diff --git a/Readme.md b/Readme.md index 708d01c..13ccda7 100644 --- a/Readme.md +++ b/Readme.md @@ -222,7 +222,11 @@ This is best left explicit. First, you shouldn't be using numbered field keys if 4. [`json`](https://json.org) * Not recommended -## Versions +## Release Notes + +### `rolling-68` + +* Replace changelog by release notes (see the commit log for changes) ### `rolling-67` diff --git a/init.lua b/init.lua index 36f1ed9..44810f9 100644 --- a/init.lua +++ b/init.lua @@ -80,7 +80,7 @@ end local load_module, get_resource, loadfile_exports modlib = setmetatable({ -- TODO bump on release - version = 67, + version = 68, modname = minetest and minetest.get_current_modname(), dir_delim = rawget(_G, "DIR_DELIM") or "/", _RG = setmetatable({}, {