diff --git a/README.md b/README.md index e5d8a5f..8fbab06 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,9 @@ Available worlds will be converted to 'lsqlite3', but there is no way back, so: ### History +**2022-06-06 V1.08** +- Native support for the mod Beduino added + **2022-01-22 V1.07** - TA5 fusion reactor added diff --git a/init.lua b/init.lua index e1da762..1648293 100644 --- a/init.lua +++ b/init.lua @@ -3,7 +3,7 @@ TechAge ======= - Copyright (C) 2019-2021 Joachim Stolberg + Copyright (C) 2019-2022 Joachim Stolberg AGPL v3 See LICENSE.txt for more information @@ -13,7 +13,7 @@ techage = {} -- Version for compatibility checks, see readme.md/history -techage.version = 1.07 +techage.version = 1.08 if minetest.global_exists("tubelib") then minetest.log("error", "[techage] Techage can't be used together with the mod tubelib!")