Skip to content

Commit

Permalink
chore: change versioning format
Browse files Browse the repository at this point in the history
  • Loading branch information
itstor committed Oct 7, 2024
1 parent e14ad54 commit e490f0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "id.medihause"
version = "1.0.0"
version = "1.0.1-kc26"

repositories {
mavenCentral()
Expand Down Expand Up @@ -39,5 +39,6 @@ tasks {
include(dependency("org.jetbrains.kotlin:kotlin-stdlib:2.0.0"))
}
dependsOn(build)
archiveFileName.set("keycloak-totp-api.jar")
}
}

0 comments on commit e490f0a

Please sign in to comment.