Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
UltrusBot committed Dec 10, 2023
1 parent 3131fab commit 32cac1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ publishMods {
displayName = "Extra Sponges v${project.version}"
file = remapJar.archiveFile
changelog = file("$rootDir/CHANGELOG.md").text
version = project.version
version = "v${project.version}"
type = STABLE
modLoaders.addAll("fabric", "quilt")

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ minecraft_version=1.20
quilt_mappings=1
loader_version=0.14.21

mod_version = 1.5.0
mod_version = 1.5.1
maven_group = me.ultrusmods
archives_base_name = extrasponges

Expand Down

0 comments on commit 32cac1c

Please sign in to comment.