diff --git a/CHANGELOG.md b/CHANGELOG.md index 26494bd..4bb254d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. ## Unreleased +- / + +## [1.2.2] - 2024-10-23 - fixed crash on empty recipe JSONs @@ -41,6 +44,7 @@ All notable changes to this project will be documented in this file. Initial 1.21.1 port. +[1.2.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.21.1-1.2.2 [1.2.1]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.21.1-1.2.1 [1.2.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.21.1-1.2.0 [1.1.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.21.1-1.1.0 diff --git a/gradle.properties b/gradle.properties index 0fd239f..fcb305f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ enableAccessWidener = false minecraftVersion = 1.21.1 # Mod -modVersion = 1.2.1 +modVersion = 1.2.2 modPackage = com.almostreliable.unified modId = almostunified modName = AlmostUnified