Bump version

master
Lars Mueller 2021-04-01 01:06:12 +02:00
parent 1af60101f2
commit bc6cd004ae
2 changed files with 5 additions and 1 deletions

View File

@ -207,6 +207,10 @@ This is best left explicit. First, you shouldn't be using numbered field keys if
## Versions
### `rolling-61`
* Fix `quaternion.to_euler_rotation`
### `rolling-60`
* Fix `vector.interpolate`

View File

@ -77,7 +77,7 @@ end
local load_module, get_resource, loadfile_exports
modlib = setmetatable({
-- TODO bump on release
version = 60,
version = 61,
modname = minetest and minetest.get_current_modname(),
dir_delim = rawget(_G, "DIR_DELIM") or "/",
_RG = setmetatable({}, {