diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d4c141..49fc251 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index c4fb448..b6f5b4d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 339c474..b7952f9 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -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!",