From 0a916f3b7683705f969429fdb0721abd6c129625 Mon Sep 17 00:00:00 2001 From: LLytho Date: Thu, 18 Apr 2024 22:41:01 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf72b3..1e15f35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. +## [0.9.3] - 2024-04-18 + +### Added + +- added support for Alloy Forgery + ## [0.9.2] - 2024-03-17 ### Fixed @@ -128,6 +134,8 @@ Initial 1.20.1 release! [semantic versioning]: https://semver.org/spec/v2.0.0.html + +[0.9.3]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.9.3 [0.9.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.9.2 [0.9.1]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.9.1 [0.9.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.9.0 diff --git a/gradle.properties b/gradle.properties index 5f9e767..a85b51c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ enableAccessWidener = false minecraftVersion = 1.20.1 # Mod -modVersion = 0.9.2 +modVersion = 0.9.3 modPackage = com.almostreliable.unified modId = almostunified modName = AlmostUnified