Bump version

master
Lars Mueller 2021-04-02 21:09:40 +02:00
parent 0f9247c4fd
commit fc683ce28c
2 changed files with 6 additions and 1 deletions

View File

@ -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`

View File

@ -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({}, {