Skip to content

Commit

Permalink
Revert version format change
Browse files Browse the repository at this point in the history
  • Loading branch information
UltimateBoomer committed Mar 17, 2021
1 parent d9193d5 commit fc1384c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

archivesBaseName = "${project.mod_id}-fabric"
version = project.mod_version
version = "${project.minecraft_version}-${project.mod_version}"
group = project.maven_group

repositories {
Expand Down

0 comments on commit fc1384c

Please sign in to comment.