diff --git a/gradle.properties b/gradle.properties index f71c4f6e1..9bf4d7b26 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod properties -mod_version=1.89.1 +mod_version=1.89.2 # Minecraft properties mc_version=1.12.2 diff --git a/src/main/resources/assets/computercraft/lua/rom/help/changelog.txt b/src/main/resources/assets/computercraft/lua/rom/help/changelog.txt index 97d223b6b..14e625377 100644 --- a/src/main/resources/assets/computercraft/lua/rom/help/changelog.txt +++ b/src/main/resources/assets/computercraft/lua/rom/help/changelog.txt @@ -1,3 +1,7 @@ +# New features in CC: Tweaked 1.89.2 + +* Fix dupe bug when killing an entity with a turtle. + # New features in CC: Tweaked 1.89.1 * Fix crashes when rendering monitors of varying sizes. diff --git a/src/main/resources/assets/computercraft/lua/rom/help/whatsnew.txt b/src/main/resources/assets/computercraft/lua/rom/help/whatsnew.txt index ddb0a9fe9..d6718d6b8 100644 --- a/src/main/resources/assets/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/assets/computercraft/lua/rom/help/whatsnew.txt @@ -1,5 +1,5 @@ -New features in CC: Tweaked 1.89.1 +New features in CC: Tweaked 1.89.2 -* Fix crashes when rendering monitors of varying sizes. +* Fix dupe bug when killing an entity with a turtle. Type "help changelog" to see the full version history.