From 88687ff027b5167b0ccd93610cbc4b7ac1b8a971 Mon Sep 17 00:00:00 2001 From: Relentless Date: Wed, 8 Feb 2023 01:38:00 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 205ed58..59aa165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.3.5] - 2023-02-08 + +### Fixed +- runtime not available on logical client + ## [0.3.4] - 2023-02-04 Initial 1.19.3 release! @@ -14,4 +19,5 @@ Initial 1.19.3 release! [semantic versioning]: https://semver.org/spec/v2.0.0.html +[0.3.5]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.3-0.3.5-beta [0.3.4]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19.3-0.3.4-beta diff --git a/gradle.properties b/gradle.properties index 97f5b29..111cfe7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ junitVersion = 5.9.0 minecraftVersion = 1.19.3 # Mod -modVersion = 0.3.4 +modVersion = 0.3.5 modPackage = com.almostreliable.unified modId = almostunified modName = AlmostUnified