From 9cf70b10effeeed23e0e9c537bbbe0b2ff0d1a0f Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Fri, 14 Jan 2022 22:57:52 +0000 Subject: [PATCH] Bump version --- gradle.properties | 2 +- .../resources/data/computercraft/lua/rom/help/changelog.md | 6 ++++++ .../resources/data/computercraft/lua/rom/help/whatsnew.md | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 57da0feeb..e031b2d60 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod properties -mod_version=1.100.1 +mod_version=1.100.2 # Minecraft properties (update mods.toml when changing) mc_version=1.16.5 diff --git a/src/main/resources/data/computercraft/lua/rom/help/changelog.md b/src/main/resources/data/computercraft/lua/rom/help/changelog.md index 390aca1cb..e833dd2bf 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/changelog.md +++ b/src/main/resources/data/computercraft/lua/rom/help/changelog.md @@ -1,3 +1,9 @@ +# New features in CC: Tweaked 1.100.2 + +Several bug fixes: +* Fix wired modems swapping the modem/peripheral block state. +* Remove debugging logging line from `turtle.attack`. + # New features in CC: Tweaked 1.100.1 Several bug fixes: diff --git a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md index c613c9bea..bbd0e76f2 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md +++ b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md @@ -1,7 +1,7 @@ -New features in CC: Tweaked 1.100.1 +New features in CC: Tweaked 1.100.2 Several bug fixes: -* Fix `peripheral.hasType` not working with wired modems (Toad-Dev). -* Fix crashes when noisy pocket computer are shutdown. +* Fix wired modems swapping the modem/peripheral block state. +* Remove debugging logging line from `turtle.attack`. Type "help changelog" to see the full version history.