From 0dde859582ede3ac4a77148f4604709fb2ded1c6 Mon Sep 17 00:00:00 2001 From: SquidDev Date: Mon, 23 Dec 2019 22:10:32 +0000 Subject: [PATCH] Bump version --- gradle.properties | 2 +- .../assets/computercraft/lua/rom/help/changelog.txt | 9 +++++++++ .../assets/computercraft/lua/rom/help/whatsnew.txt | 9 +++++++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index d3002e82e..c23effa6f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod properties -mod_version=1.85.2 +mod_version=1.86.0 # 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 99140820e..dec1fec52 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,12 @@ +# New features in CC: Tweaked 1.86.0 + +* Add PATCH and TRACE HTTP methods. (jaredallard) +* Add more MOTD messages. (JakobDev) +* Allow removing and adding turtle upgrades via CraftTweaker. + +And several bug fixes: +* Fix crash when interacting with Wearable Backpacks. + # New features in CC: Tweaked 1.85.2 * Fix crashes when using the mouse with advanced computers. 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 b1a6d0cff..3d8051511 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,10 @@ -New features in CC: Tweaked 1.85.2 +New features in CC: Tweaked 1.86.0 -* Fix crashes when using the mouse with advanced computers. +* Add PATCH and TRACE HTTP methods. (jaredallard) +* Add more MOTD messages. (JakobDev) +* Allow removing and adding turtle upgrades via CraftTweaker. + +And several bug fixes: +* Fix crash when interacting with Wearable Backpacks. Type "help changelog" to see the full version history.