From 254055b9b3ca841e402855c7c28d8f3338a964c4 Mon Sep 17 00:00:00 2001 From: rlnt Date: Sun, 6 Oct 2024 18:15:24 +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 fc28d57..8666136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. ## Unreleased +- / + +## [1.2.0] - 2024-10-06 - added support for custom ingredient types - added support for NeoForge compound ingredients @@ -34,5 +37,6 @@ Initial 1.21.1 port. [semantic versioning]: https://semver.org/spec/v2.0.0.html +[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 116d217..36e2d42 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ enableAccessWidener = false minecraftVersion = 1.21.1 # Mod -modVersion = 1.1.0 +modVersion = 1.2.0 modPackage = com.almostreliable.unified modId = almostunified modName = AlmostUnified