diff --git a/src/changelog.txt b/src/changelog.txt index 5bfddf9..56548c4 100644 --- a/src/changelog.txt +++ b/src/changelog.txt @@ -1,4 +1,10 @@ --------------------------------------------------------------------------------------------------- +Version: 0.2.1 +Date: 07. 12. 2019 + Changes: + - Moved update logic to data-final-fixes.lua. + - Fixes mods like Bob's Technology and Industrial Revolution overwriting the science sprites. +--------------------------------------------------------------------------------------------------- Version: 0.2.0 Date: 07. 12. 2019 Changes: diff --git a/src/data.lua b/src/data-final-fixes.lua similarity index 100% rename from src/data.lua rename to src/data-final-fixes.lua diff --git a/src/info.json b/src/info.json index 1aba48e..82d4536 100644 --- a/src/info.json +++ b/src/info.json @@ -1,6 +1,6 @@ { "name": "cb-science", - "version": "0.2.0", + "version": "0.2.1", "title": "Colour Blind Friendly Science Packs", "author": "Hornwitser", "contact": "Hornwitser#6431 on Discord",