From 71fd65846c46e55eaf76ebdcaeb33dd802104ecb Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Sat, 28 Aug 2021 20:53:08 -0700 Subject: [PATCH] Increment version to 1.2 --- .ldoc/config.ld | 2 +- changelog.txt | 2 +- mod.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ldoc/config.ld b/.ldoc/config.ld index 0987f7b..3cc43cd 100644 --- a/.ldoc/config.ld +++ b/.ldoc/config.ld @@ -33,7 +33,7 @@ not_luadoc = true favicon = "https://www.minetest.net/media/icon.svg" readme = ".ldoc/README.md" -local version = "1.1" +local version = "1.2" file = {"api.lua"} diff --git a/changelog.txt b/changelog.txt index 32d6ee8..85373f5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,5 @@ -next +v1.2 ---- - 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 diff --git a/mod.conf b/mod.conf index ad0ff50..9ef6016 100644 --- a/mod.conf +++ b/mod.conf @@ -1,6 +1,6 @@ name = wdata title = World Data Manager description = A library for managing data files in the world directory. -version = 1.1 +version = 1.2 license = MIT author = Jordan Irwin (AntumDeluge)