mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 23:33:53 +01:00
Bump version
This commit is contained in:
parent
245284f5f8
commit
56ad946ec0
@ -242,6 +242,12 @@ A schematic format with support for metadata and baked light data. **Experimenta
|
||||
|
||||
## Release Notes
|
||||
|
||||
### `rolling-70`
|
||||
|
||||
* Fixes module environments once and for all
|
||||
* Fixes vector aliases
|
||||
* Presumably boosts performance
|
||||
|
||||
### `rolling-69`
|
||||
|
||||
* Fixes various things, **most importantly modules indexing the global table**
|
||||
|
2
init.lua
2
init.lua
@ -89,7 +89,7 @@ end
|
||||
local rawget, rawset = rawget, rawset
|
||||
modlib = setmetatable({
|
||||
-- TODO bump on release
|
||||
version = 69,
|
||||
version = 70,
|
||||
modname = minetest and minetest.get_current_modname(),
|
||||
-- TODO
|
||||
dir_delim = rawget(_G, "DIR_DELIM") or "/",
|
||||
|
Loading…
Reference in New Issue
Block a user