Increment version to 1.2
This commit is contained in:
parent
fa4c2844cb
commit
71fd65846c
@ -33,7 +33,7 @@ not_luadoc = true
|
|||||||
favicon = "https://www.minetest.net/media/icon.svg"
|
favicon = "https://www.minetest.net/media/icon.svg"
|
||||||
readme = ".ldoc/README.md"
|
readme = ".ldoc/README.md"
|
||||||
|
|
||||||
local version = "1.1"
|
local version = "1.2"
|
||||||
|
|
||||||
file = {"api.lua"}
|
file = {"api.lua"}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
next
|
v1.2
|
||||||
----
|
----
|
||||||
- changed wdata.write method to take table parameter "flags" instead of boolean "styled"
|
- changed wdata.write method to take table parameter "flags" instead of boolean "styled"
|
||||||
- added flag option "null_to_table" for wdata.write that converts null values to tables
|
- added flag option "null_to_table" for wdata.write that converts null values to tables
|
||||||
|
2
mod.conf
2
mod.conf
@ -1,6 +1,6 @@
|
|||||||
name = wdata
|
name = wdata
|
||||||
title = World Data Manager
|
title = World Data Manager
|
||||||
description = A library for managing data files in the world directory.
|
description = A library for managing data files in the world directory.
|
||||||
version = 1.1
|
version = 1.2
|
||||||
license = MIT
|
license = MIT
|
||||||
author = Jordan Irwin (AntumDeluge)
|
author = Jordan Irwin (AntumDeluge)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user