diff --git a/Readme.md b/Readme.md index 921dbe4..53c1b62 100644 --- a/Readme.md +++ b/Readme.md @@ -207,6 +207,11 @@ This is best left explicit. First, you shouldn't be using numbered field keys if ## Versions +### `rolling-62` + +* Fix `modlib.func.curry_tail` +* Change `b3d:get_animated_bone_properties` to return a list according to hierarchy + ### `rolling-61` * Fix `quaternion.to_euler_rotation` diff --git a/init.lua b/init.lua index aa5581f..9c7a564 100644 --- a/init.lua +++ b/init.lua @@ -77,7 +77,7 @@ end local load_module, get_resource, loadfile_exports modlib = setmetatable({ -- TODO bump on release - version = 61, + version = 62, modname = minetest and minetest.get_current_modname(), dir_delim = rawget(_G, "DIR_DELIM") or "/", _RG = setmetatable({}, {