From 5a1deb373dbd70450952be3484fc96e56300973c Mon Sep 17 00:00:00 2001 From: Joshua Anderson Date: Thu, 16 May 2024 11:49:22 -0600 Subject: [PATCH] Updated for 0.2.4 --- CHANGELOG.md | 9 ++++++++- gradle.properties | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e99a12..2ef0b70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ### Fixed +## [0.2.4] - 2024-05-16 + +### Changed + +- Updated metadata and icon + ## [0.2.3] - 2024-05-16 ### Fixed @@ -56,8 +62,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). - Added grocery bags - Added functional cash register block -[Unreleased]: https://github.com/andersmmg/CityEssentials/compare/v0.2.3...HEAD +[Unreleased]: https://github.com/andersmmg/CityEssentials/compare/v0.2.4...HEAD +[0.2.4]: https://github.com/andersmmg/CityEssentials/compare/v0.2.3...v0.2.4 [0.2.3]: https://github.com/andersmmg/CityEssentials/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/andersmmg/CityEssentials/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/andersmmg/CityEssentials/compare/v0.2.0...v0.2.1 diff --git a/gradle.properties b/gradle.properties index 892c9e3..050cc14 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ loader_version=0.15.11 # Mod Properties mod_name=City Essentials -mod_version=0.2.3 +mod_version=0.2.4 maven_group=com.andersmmg archives_base_name=CityEssentials