Skip to content

Commit

Permalink
Merge pull request #28 from mdujovic17/datagen
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
mdujovic17 authored Sep 5, 2024
2 parents 1855dce + 5cf5fa9 commit bddf44d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bddf44d

Please sign in to comment.