diff --git a/README.md b/README.md index d40bb35..4e9229c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ This mod provides a form to easily spawn L-system trees, aimed at mod developers and power users. -Current version: 1.6.0 +Current version: 1.6.1 You can open the menu with an item “L-System Tree Utility” (`ltool:tool`) or the server command `/treeform`. diff --git a/init.lua b/init.lua index d88e4c2..b6c6734 100644 --- a/init.lua +++ b/init.lua @@ -7,7 +7,7 @@ ltool = {} ltool.VERSION = {} ltool.VERSION.MAJOR = 1 ltool.VERSION.MINOR = 6 -ltool.VERSION.PATCH = 0 +ltool.VERSION.PATCH = 1 ltool.VERSION.STRING = ltool.VERSION.MAJOR .. "." .. ltool.VERSION.MINOR .. "." .. ltool.VERSION.PATCH ltool.playerinfos = {}