Skip to content

Commit

Permalink
Bump version to 1.91.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Sep 4, 2020
1 parent 2c67849 commit 26c12ac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Mod properties
mod_version=1.91.0
mod_version=1.91.1

# Minecraft properties (update mods.toml when changing)
mc_version=1.16.2
forge_version=33.0.20
forge_version=33.0.37
mappings_version=20200723-1.16.1
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# New features in CC: Tweaked 1.91.1

* Fix crash when turtles interact with an entity.

# New features in CC: Tweaked 1.91.0

* [Generic peripherals] Expose NBT hashes of items to inventory methods.
Expand Down
14 changes: 2 additions & 12 deletions src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
New features in CC: Tweaked 1.91.0
New features in CC: Tweaked 1.91.1

* [Generic peripherals] Expose NBT hashes of items to inventory methods.
* Bump Cobalt version
* Optimise handling of string concatenation.
* Add string.{pack,unpack,packsize} (MCJack123)
* Update to 1.16.2

And several bug fixes:
* Escape non-ASCII characters in JSON strings (neumond)
* Make field names in fs.attributes more consistent (abby)
* Fix textutils.formatTime correctly handle 12 AM (R93950X)
* Fix turtles placing buckets multiple times.
* Fix crash when turtles interact with an entity.

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

0 comments on commit 26c12ac

Please sign in to comment.