From 5be7695839699c3c3d88f2f6ac3746c3cbfbb8aa Mon Sep 17 00:00:00 2001 From: Alessandro Proto Date: Fri, 13 Dec 2024 14:47:32 +0100 Subject: [PATCH] Bump version --- .github/workflows/publish.yml | 4 ++-- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 65b189d..3c955ae 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,8 +5,8 @@ on: [ workflow_dispatch ] env: MINECRAFT_VERSION: 1.20.1 JAVA_VERSION: 17 - VERSION: 1.0.0+1.20.1 - RELEASE_NAME: Solstice 1.0.0 for Minecraft 1.20.1 + VERSION: 1.0.1+1.20.1 + RELEASE_NAME: Solstice 1.0.1 for Minecraft 1.20.1 MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }} CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }} MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} diff --git a/CHANGELOG.md b/CHANGELOG.md index a68fa5a..f50d333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.0.1 + +- Bugfix `/ban` and `/tempban` crashing. +- Added better timespan command argument (with suggestions!) +- Fixed locale typo in tempban message. + # 1.0.0 - BREAKING CHANGES **BREAKING CHANGES: Player state files, server state file, locale file and config file are NOT compatible! Make a backup before upgrading.** diff --git a/gradle.properties b/gradle.properties index 4123c09..0ecc5fe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.10 loader_version=0.16.9 # Mod Properties -mod_version=1.0.0+1.20.1 +mod_version=1.0.1+1.20.1 maven_group=me.alexdevs archives_base_name=solstice