Skip to content

Commit

Permalink
update version name
Browse files Browse the repository at this point in the history
  • Loading branch information
IkyMax committed Aug 7, 2024
1 parent 05fe5a7 commit f6f0bf2
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 @@ -40,7 +40,7 @@ ext.Versions = new Properties()
Versions.load(file("Versionfiles/mcversion-1.21.properties").newReader())

archivesBaseName = "antighost"
ext.projectVersion = "1.1.6"
ext.projectVersion = "1.2.0"

version = "${Versions['minecraft_version']}-fabric${Versions['fabric_versiononly']}-${project.projectVersion}"

Expand Down

0 comments on commit f6f0bf2

Please sign in to comment.