mirror of
https://github.com/appgurueu/modlib.git
synced 2025-01-09 05:57:36 +01:00
Bump version
This commit is contained in:
parent
859d617138
commit
ab37e3a606
@ -155,4 +155,11 @@ assert(rope:to_text() == "\100userdata")
|
||||
3. [`conf`](https://github.com/minetest/minetest/blob/master/doc/lua_api.txt)
|
||||
* Minetest-like configuration files
|
||||
4. [`json`](https://json.org)
|
||||
* Not recommended
|
||||
* Not recommended
|
||||
|
||||
## Versions
|
||||
|
||||
### `rolling-56`
|
||||
|
||||
* Fixes `math.fround`
|
||||
* Other minor fixes
|
2
init.lua
2
init.lua
@ -36,7 +36,7 @@ end
|
||||
|
||||
modlib = {
|
||||
-- TODO bump on release
|
||||
version = 55,
|
||||
version = 56,
|
||||
dir_delim = rawget(_G, "DIR_DELIM") or "/",
|
||||
_RG = setmetatable({}, {
|
||||
__index = function(_, index)
|
||||
|
Loading…
Reference in New Issue
Block a user