Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
AIDA64S committed Jun 18, 2024
1 parent ec4601e commit 15dcf54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ remapJar {
tasks.register('moveFile') {
copy {
outputs.upToDateWhen { false }
from "build/libs/Slideshow-1.0.3.jar"
from "build/libs/Slideshow-${project.mod_version}.jar"
into "build/release/"
rename "Slideshow-1.0.3.jar", "Slideshow-fabric-1.20.4-1.0.3.jar"
rename "Slideshow-${project.mod_version}.jar", "Slideshow-fabric-${project.minecraft_version}-${project.mod_version}.jar"
}
}
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.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.11

mod_version=1.0.3
mod_version=1.0.3-Enhancement-1
maven_group=org.teacon

fabric_version=0.97.1+1.20.4
Expand Down

0 comments on commit 15dcf54

Please sign in to comment.