Skip to content

Commit

Permalink
Fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-dencep committed Aug 22, 2023
1 parent dd33331 commit a5d8ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -34,7 +34,7 @@ allprojects {
apply plugin: "maven-publish"

archivesBaseName = rootProject.archives_base_name
version = "${rootProject.minecraft_version}-${rootProject.mod_version}"
version = "${rootProject.mod_version}-${rootProject.minecraft_version}"
group = rootProject.maven_group

repositories {
Expand Down

0 comments on commit a5d8ae7

Please sign in to comment.