mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 07:13:45 +01:00
Bump version & update changelog
This commit is contained in:
parent
c088057d56
commit
738ae8a6ae
13
Readme.md
13
Readme.md
@ -294,6 +294,19 @@ A schematic format with support for metadata and baked light data. **Experimenta
|
||||
|
||||
## Release Notes
|
||||
|
||||
### `rolling-96`
|
||||
|
||||
* Additions: B3D writer; `mod.configuration()` returns the `conf, schema` now
|
||||
* Fixes: `binary`: int & float writing
|
||||
|
||||
### `rolling-9x`
|
||||
|
||||
Many many fixes
|
||||
|
||||
### `rolling-8x`
|
||||
|
||||
Fixes, minor additions (such as a `hashheap`)
|
||||
|
||||
### `rolling-74`
|
||||
|
||||
* Fixes: Plenty, mostly related to the `minetest` module. Note:
|
||||
|
2
init.lua
2
init.lua
@ -119,7 +119,7 @@ end
|
||||
local rawget, rawset = rawget, rawset
|
||||
modlib = setmetatable({
|
||||
-- TODO bump on release
|
||||
version = 95,
|
||||
version = 96,
|
||||
modname = minetest and minetest.get_current_modname(),
|
||||
_RG = setmetatable({}, {
|
||||
__index = function(_, index)
|
||||
|
Loading…
Reference in New Issue
Block a user