Skip to content

Commit

Permalink
Fix mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahwinsley committed Jun 13, 2024
1 parent 453ef27 commit 5b8f798
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 @@ -77,7 +77,7 @@ dependencies {

// Example for how to get properties into the manifest for reading at runtime.
jar {
archiveBaseName.set("${mod_id}-${minecraft_version}")
archiveBaseName.set("${mod_id}-${minecraft_version}-${mod_version}")
manifest {
attributes([
"Specification-Title" : mod_id,
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mod_name=FlickerFix
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=All Rights Reserved
# The mod version. See https://semver.org/
mod_version=4.0.1
mod_version=6.0.0
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Expand Down

0 comments on commit 5b8f798

Please sign in to comment.