Skip to content

Commit

Permalink
bump: version 1.0.5 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarLeBot committed Aug 24, 2024
1 parent 2189d3e commit 49fbda5
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 @@ -11,7 +11,7 @@ val nexusPass = System.getenv()["NEXUS_PASS"]
val isInCi = nexusUser != null && nexusPass != null

group = "fr.ekalia.injector"
version = "1.0.4" + if (isRelease) "" else "-SNAPSHOT"
version = "1.0.5" + if (isRelease) "" else "-SNAPSHOT"

repositories {
mavenCentral()
Expand Down

0 comments on commit 49fbda5

Please sign in to comment.