mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 07:13:45 +01:00
Bump version
This commit is contained in:
parent
8a14f04734
commit
54f45b3384
@ -242,6 +242,10 @@ A schematic format with support for metadata and baked light data. **Experimenta
|
||||
|
||||
## Release Notes
|
||||
|
||||
### `rolling-69`
|
||||
|
||||
* Fixes various things, **most importantly modules indexing the global table**
|
||||
|
||||
### `rolling-68`
|
||||
|
||||
* Replace changelog by release notes (see the commit log for changes)
|
||||
|
2
init.lua
2
init.lua
@ -82,7 +82,7 @@ end
|
||||
local load_module, get_resource, loadfile_exports
|
||||
modlib = setmetatable({
|
||||
-- TODO bump on release
|
||||
version = 68,
|
||||
version = 69,
|
||||
modname = minetest and minetest.get_current_modname(),
|
||||
dir_delim = rawget(_G, "DIR_DELIM") or "/",
|
||||
_RG = setmetatable({}, {
|
||||
|
Loading…
Reference in New Issue
Block a user