From 0d41ce5184cc7c594f499d2d37a1a2ba472de967 Mon Sep 17 00:00:00 2001 From: rlnt Date: Tue, 22 Oct 2024 12:58:37 +0000 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06db0aa..8c6aff1 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.1] - 2024-10-22 - added logging for cases where items are assigned to multiple unification tags - added logging for cases where the recipe type can't be found @@ -37,6 +40,7 @@ All notable changes to this project will be documented in this file. Initial 1.21.1 port. +[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 [1.0.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.21.1-1.0.0 diff --git a/gradle.properties b/gradle.properties index 36e2d42..0fd239f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ enableAccessWidener = false minecraftVersion = 1.21.1 # Mod -modVersion = 1.2.0 +modVersion = 1.2.1 modPackage = com.almostreliable.unified modId = almostunified modName = AlmostUnified