From 461b93f60e0bd5443ea7c1d6597467172ef4b7cf Mon Sep 17 00:00:00 2001 From: rlnt Date: Sun, 17 Mar 2024 11:27:14 +0000 Subject: [PATCH] bump version --- CHANGELOG.md | 3 ++- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c0dd36..2cf9eadb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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]. -## Unreleased +## [0.9.1] - 2024-03-17 ### Added - added support for Blood Magic @@ -122,6 +122,7 @@ Initial 1.20.1 release! [semantic versioning]: https://semver.org/spec/v2.0.0.html +[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 [0.8.1]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.8.1 [0.8.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.8.0-beta diff --git a/gradle.properties b/gradle.properties index 264240e3..d1d0a8ea 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ enableAccessWidener = false minecraftVersion = 1.20.1 # Mod -modVersion = 0.9.0 +modVersion = 0.9.1 modPackage = com.almostreliable.unified modId = almostunified modName = AlmostUnified