Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wtlgo committed Jul 13, 2022
1 parent 404d859 commit 6994b24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
prerelease: false
files: |
LICENSE.txt
build/libs/*.jar
build/libs/MCnDisableSweetBerries-*.jar
publish:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (hasProperty('buildScan')) {
}

group = 'dev.mikchan.mcnp'
version = '1.0.1'
version = '1.0.2'

compileJava.options.encoding = 'UTF-8'
tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 6994b24

Please sign in to comment.