Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1foxy2 committed Dec 10, 2024
1 parent 14b490e commit 4bcae8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
files: neoforge/build/libs/!(*-@(dev|sources|api|javadoc)).jar
github-files: neoforge/build/libs/*-@(dev|sources|api|javadoc).jar
version-type: beta
version-type: release
game-versions: |
1.21.4
game-version-filter: releases
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
with:
files: fabric/build/libs/!(*-@(dev|sources|api|javadoc)).jar
github-files: fabric/build/libs/*-@(dev|sources|api|javadoc).jar
version-type: beta
version-type: release
game-versions: |
1.21.4
game-version-filter: releases
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ neoforge_loader_version_range=[21.0.0-beta,)
fabric_loader_version=0.16.9

# Mod Properties
mod_version=1.2.0-beta.2
mod_version=1.2.0
maven_group=ca.fxco.moreculling
archives_base_name=moreculling
license=GPL-3.0-only
Expand Down

0 comments on commit 4bcae8d

Please sign in to comment.