From 605df75591597cbf22d2b66002a0143dedc7800f Mon Sep 17 00:00:00 2001 From: Matthew Czyr Date: Mon, 13 May 2024 17:41:54 -0400 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 12 ++++++++++++ gradle.properties | 2 +- src/main/resources/META-INF/neoforge.mods.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e129dde..6c042d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## Version 3.0.2 +#### NeoForge 1.20.6 +- Fixed uncraftable Nature's Compass recipe + +# Version 2.2.5 +#### Fabric 1.20.6 +- Fixed uncraftable Nature's Compass recipe + +## Version 1.11.6 +#### Forge 1.20.6 +- Fixed uncraftable Nature's Compass recipe + ## Version 3.0.1 #### NeoForge 1.20.6, 1.20.5 - Updated to NeoForge 1.20.6 diff --git a/gradle.properties b/gradle.properties index cb0bb57..2d96419 100644 --- a/gradle.properties +++ b/gradle.properties @@ -32,7 +32,7 @@ mod_name=Nature's Compass # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=CC BY-NC-SA 4.0 # The mod version. See https://semver.org/ -mod_version=1.20.6-3.0.1-neoforge +mod_version=1.20.6-3.0.2-neoforge # The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. # This should match the base package used for the mod sources. # See https://maven.apache.org/guides/mini/guide-naming-conventions.html diff --git a/src/main/resources/META-INF/neoforge.mods.toml b/src/main/resources/META-INF/neoforge.mods.toml index e71bb4f..7217a65 100644 --- a/src/main/resources/META-INF/neoforge.mods.toml +++ b/src/main/resources/META-INF/neoforge.mods.toml @@ -5,7 +5,7 @@ license="CC BY-NC-SA 4.0" [[mods]] modId="naturescompass" - version="1.20.6-3.0.1-neoforge" + version="1.20.6-3.0.2-neoforge" displayName="Nature's Compass" displayURL="https://github.com/MattCzyr/NaturesCompass" authors="ChaosTheDude"