From f2cc24a51b16c67feccc63028b2230bda8d60d0d Mon Sep 17 00:00:00 2001 From: hashalite <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 03:28:51 +0000 Subject: [PATCH] Bump version to 1.3.1 --- CHANGELOG.md | 11 ++++++++--- gradle.properties | 4 ++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdca1d73..aa6836b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,14 +9,18 @@ and Freecam's versioning is based on [Semantic Versioning](https://semver.org/sp ### Added -- 1.21.3 Support ([#252](https://github.com/MinecraftFreecam/Freecam/pull/252)). - ### Changed ### Removed ### Fixed +## [1.3.1] - 2024-11-03 + +### Added + +- 1.21.3 Support ([#252](https://github.com/MinecraftFreecam/Freecam/pull/252)). + ## [1.3.0] - 2024-07-27 ### Fixed @@ -551,7 +555,8 @@ and Freecam's versioning is based on [Semantic Versioning](https://semver.org/sp - Minecraft 1.18 support. - Minecraft 1.17 support. -[Unreleased]: https://github.com/MinecraftFreecam/Freecam/compare/v1.3.0...HEAD +[Unreleased]: https://github.com/MinecraftFreecam/Freecam/compare/v1.3.1...HEAD +[1.3.1]: https://github.com/MinecraftFreecam/Freecam/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/MinecraftFreecam/Freecam/compare/v1.3.0-beta1...v1.3.0 [1.3.0-beta1]: https://github.com/MinecraftFreecam/Freecam/compare/v1.2.4...v1.3.0-beta1 [1.2.4]: https://github.com/MinecraftFreecam/Freecam/compare/v1.2.3...v1.2.4 diff --git a/gradle.properties b/gradle.properties index 876c180e..e42daae1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.jvmargs=-Xmx4G -mod_version=1.3.0 +mod_version=1.3.1 maven_group=net.xolt.freecam authors=hashalite,Matt Sturgeon description=A highly customizable freecam mod. @@ -47,4 +47,4 @@ neoforge_supported_mc_versions= # https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu # https://mvnrepository.com/artifact/me.shedaniel.cloth/cloth-config?repo=architectury modmenu_version=12.0.0-beta.1 -cloth_version=16.0.141 +cloth_version=16.0.141 \ No newline at end of file