Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LLytho committed Nov 24, 2022
1 parent d1f34d4 commit a8280f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## [0.0.4] - 2022-11-24
- Add `enchantmentTableIsEnchantable` event
- Reset the item for `enchantmentTableChanged`
- Add more utilities to events to check enchantment ids directly

## [0.0.3] - 2022-10-21
- Fix crash with new KubeJS version
Expand All @@ -18,6 +22,7 @@
- Added `morejs.player.start_trading` event.

<!-- Versions -->
[0.0.4]: https://github.com/AlmostReliable/morejs/releases/tag/v1.18-0.0.4-beta
[0.0.3]: https://github.com/AlmostReliable/morejs/releases/tag/v1.18-0.0.3-beta
[0.0.2]: https://github.com/AlmostReliable/morejs/releases/tag/v1.18-0.0.2-beta
[0.0.1]: https://github.com/AlmostReliable/morejs/releases/tag/v1.18-0.0.1-beta
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project
version = 0.0.3
version = 0.0.4
group = com.almostreliable.morejs
license = GNU Lesser General Public License v3.0
mixinVersion = 0.8.5
Expand Down

0 comments on commit a8280f6

Please sign in to comment.