Skip to content

Commit

Permalink
Back to snapshot for development
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Brandes <[email protected]>
  • Loading branch information
NotMyFault committed Dec 29, 2024
1 parent b7ee6f2 commit f3fcba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload-release-assets-.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# https://minecraft.curseforge.com/api/game/versions?token=redacted
# We have a public version on https://github.com/IntellectualSites/CurseForge-version-identifier
# gameVersionTypeID: 1
game_versions: "8849,8897,9016,9190,9261,9560,9561,9973,9974,9994"
game_versions: "10742,12084,12281"
project_id: 454430
game_endpoint: minecraft
token: ${{ secrets.CURSEFORGE_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ configurations.all {
}

group = "com.intellectualsites.fastasyncvoxelsniper"
version = "3.2.2"
version = "3.2.3-SNAPSHOT"

bukkit {
name = "FastAsyncVoxelSniper"
Expand Down

0 comments on commit f3fcba7

Please sign in to comment.