diff --git a/README.md b/README.md index 7f13406..50c90ea 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ to 'lsqlite3' and 'lua-marshal', but there is no way back, so: - 2020-04-26 V0.07 * English translation added - 2020-05-22 V0.08 * Support for 'lua-marshal' and 'lsqlite3' added - 2020-05-31 V0.09 * TA4 tubes upgraded, manuals updated +- 2020-06-04 V0.10 * minor changes and bugfixes diff --git a/init.lua b/init.lua index 31ae6ab..6a35d86 100644 --- a/init.lua +++ b/init.lua @@ -13,7 +13,7 @@ techage = {} -- Version for compatibility checks, see readme.md/history -techage.version = 0.06 +techage.version = 0.10 if minetest.global_exists("tubelib") then minetest.log("error", "[techage] Techage can't be used together with the mod tubelib!")