Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-dencep committed Oct 14, 2023
1 parent a3e1de1 commit 1a6ad92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
files: |
build/libs/!(*-@(api|dev|sources|javadoc)).jar
version-type: beta
version-type: release

loaders: |
forge
Expand All @@ -72,5 +72,8 @@ jobs:
game-versions: |
${{ steps.read_property.outputs.minecraft_version }}
dependencies: |
canary(incompatible)
java: |
17
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ loader_version=1.20.1-47.1.3
#Fabric api
fabric_version=3.3.0+d55c00c777
# Mod Properties
mod_version=0.12.0
mod_version=0.12.1
maven_group=me.jellysquid.mods

loom.platform=forge

0 comments on commit 1a6ad92

Please sign in to comment.