From 0a0ba8da0adcaf2d0aacfb76d4a80ed4127d501e Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 17 May 2018 17:52:10 +0200 Subject: [PATCH] Version 1.4.1 --- README.md | 2 +- init.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a4d97e..a864d72 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.4.0 +Current version: 1.4.1 If you use one of the following mods, there's a new button in your inventory menu for opening the form: diff --git a/init.lua b/init.lua index 6d9e0e0..e838875 100644 --- a/init.lua +++ b/init.lua @@ -3,7 +3,7 @@ ltool = {} ltool.VERSION = {} ltool.VERSION.MAJOR = 1 ltool.VERSION.MINOR = 4 -ltool.VERSION.PATCH = 0 +ltool.VERSION.PATCH = 1 ltool.VERSION.STRING = ltool.VERSION.MAJOR .. "." .. ltool.VERSION.MINOR .. "." .. ltool.VERSION.PATCH ltool.playerinfos = {}