From 37a447e745a27b66b670c756e8209d3127fce556 Mon Sep 17 00:00:00 2001 From: SquidDev Date: Tue, 30 Jun 2020 11:10:26 +0100 Subject: [PATCH] Bump version to 1.89.2 Somewhat reluctant to do this, but it's a pretty major bug. --- gradle.properties | 2 +- .../resources/assets/computercraft/lua/rom/help/changelog.txt | 4 ++++ .../resources/assets/computercraft/lua/rom/help/whatsnew.txt | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) 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.