Skip to content

Commit

Permalink
release 1.1.0 (VC-K 5.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Oct 2, 2024
1 parent c728f7a commit 0a1ede7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.stability.nowarn=true
kotlin.native.ignoreDisabledTargets=true

artifactVersion = 1.1.0-SNAPSHOT
artifactVersion = 1.1.0
jdk.version=17
2 changes: 1 addition & 1 deletion mobiledrivinglicence/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
api("at.asitplus.wallet:vck:5.0.0-SNAPSHOT")
api("at.asitplus.wallet:vck:5.0.0")
}
}
}
Expand Down

0 comments on commit 0a1ede7

Please sign in to comment.