Skip to content

Commit e490f0a

Browse files
committed
chore: change versioning format
1 parent e14ad54 commit e490f0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "id.medihause"
9-
version = "1.0.0"
9+
version = "1.0.1-kc26"
1010

1111
repositories {
1212
mavenCentral()
@@ -39,5 +39,6 @@ tasks {
3939
include(dependency("org.jetbrains.kotlin:kotlin-stdlib:2.0.0"))
4040
}
4141
dependsOn(build)
42+
archiveFileName.set("keycloak-totp-api.jar")
4243
}
4344
}

0 commit comments

Comments
 (0)