diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b7e94b..b52bce8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,8 +4,8 @@ on: [pull_request, workflow_dispatch] env: MINECRAFT_VERSION: 1.21.1 JAVA_VERSION: 21 - VERSION: 5.0.0+1.21.1 - RELEASE_NAME: Additional Bars 5.0.0 + VERSION: 5.1.0+1.21.1 + RELEASE_NAME: Additional Bars 5.1.0 GITHUB_TOKEN: ${{ secrets.PUBLISH_GITHUB_TOKEN }} permissions: diff --git a/gradle.properties b/gradle.properties index d606f5d..20114b2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -34,7 +34,7 @@ mod_name=Additional Bars # The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. mod_license=MIT # The mod version. See https://semver.org/ -mod_version=5.0.0 +mod_version=5.1.0 # 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