Skip to content

Commit

Permalink
Bump version to 1.90.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Jul 27, 2020
1 parent 50d2712 commit 29646a7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Mod properties
mod_version=1.90.2
mod_version=1.90.3

# Minecraft properties (update mods.toml when changing)
mc_version=1.16.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# New features in CC: Tweaked 1.90.3

* Fix the selected slot indicator missing from the turtle GUI.
* Ensure we load/save computer data from the world directory, rather than a global one.

# New features in CC: Tweaked 1.90.2

* Fix generic peripherals not being registered outside a dev environment.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
New features in CC: Tweaked 1.90.2
New features in CC: Tweaked 1.90.3

* Fix generic peripherals not being registered outside a dev environment.
* Fix `turtle.attack()` failing.
* Correctly set styles for the output of `/computercraft` commands.
* Fix the selected slot indicator missing from the turtle GUI.
* Ensure we load/save computer data from the world directory, rather than a global one.

Type "help changelog" to see the full version history.

0 comments on commit 29646a7

Please sign in to comment.