Increment version to 1.2

This commit is contained in:
Jordan Irwin 2021-08-28 20:53:08 -07:00
parent fa4c2844cb
commit 71fd65846c
3 changed files with 3 additions and 3 deletions

@ -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

@ -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)