diff --git a/gradle.properties b/gradle.properties index 57fa71a25..ff1289383 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Mod properties -mod_version=1.93.0 +mod_version=1.93.1 # Minecraft properties (update mods.toml when changing) mc_version=1.15.2 diff --git a/src/main/resources/data/computercraft/lua/rom/help/changelog.txt b/src/main/resources/data/computercraft/lua/rom/help/changelog.txt index 23414de05..3bba36e69 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/changelog.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/changelog.txt @@ -1,3 +1,8 @@ +# New features in CC: Tweaked 1.93.1 + +* Various documentation improvements (Lemmmy). +* Fix TBO monitor renderer on some older graphics cards (Lemmmy). + # New features in CC: Tweaked 1.93.0 * Update Swedish translations (Granddave). diff --git a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt index 3143088aa..3354c403b 100644 --- a/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt +++ b/src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt @@ -1,11 +1,6 @@ -New features in CC: Tweaked 1.93.0 +New features in CC: Tweaked 1.93.1 -* Update Swedish translations (Granddave). -* Printers use item tags to check dyes. -* HTTP rules may now be targetted for a specific port. -* Don't propagate adjacent redstone signals through computers. - -And several bug fixes: -* Fix NPEs when turtles interact with containers. +* Various documentation improvements (Lemmmy). +* Fix TBO monitor renderer on some older graphics cards (Lemmmy). Type "help changelog" to see the full version history.