Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew6rant committed Jun 23, 2022
1 parent 7981a58 commit b3b10b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
version-type: release
github-tag: 3.0.0-1.18.2
github-tag: stacker-3.0.1-1.18.2
loaders: |
fabric
quilt
quilt
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.14.5

# Mod Properties
mod_version = 3.0.0-1.18.2
mod_version = 3.0.1-1.18.2
maven_group = io.github.Andrew6rant
archives_base_name = stacker

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "stacker",
"version": "3.0.0-1.18.2",
"version": "3.0.1-1.18.2",

"name": "Stacker",
"description": "Change the stack size of all items!",
Expand Down

0 comments on commit b3b10b7

Please sign in to comment.