From 65108a3576eb54fcac82a201e5f22e03f8fdf187 Mon Sep 17 00:00:00 2001 From: Relentless Date: Thu, 10 Aug 2023 22:04:40 +0200 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 f77c418..44b015d 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.6.0] - 2023-08-10 ### Warning This update features new config options inside the `unify.json`.
@@ -44,4 +44,5 @@ Initial 1.20.1 release! [semantic versioning]: https://semver.org/spec/v2.0.0.html +[0.6.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.6.0-beta [0.5.0]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.20.1-0.5.0-beta diff --git a/gradle.properties b/gradle.properties index e95ff33..381dfe2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ enableAccessWidener = false minecraftVersion = 1.20.1 # Mod -modVersion = 0.5.0 +modVersion = 0.6.0 modPackage = com.almostreliable.unified modId = almostunified modName = AlmostUnified