Skip to content

Commit

Permalink
bumped version to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DenuxPlays committed Dec 8, 2022
1 parent 5770891 commit 14daef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fun getProjectProperty(name: String) = project.properties[name] as? String

group = "xyz.dynxsty"
val archivesBaseName = "dih4jda"
version = "1.7.0"
version = "1.6.2"

val javaVersion = JavaVersion.current()
var isCI: Boolean = System.getProperty("GIT_COMMIT") != null // jitpack
Expand Down

0 comments on commit 14daef4

Please sign in to comment.