Skip to content

Commit

Permalink
1.0.1: VCLIB 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Jul 24, 2024
1 parent e0073a3 commit 1c321d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Be sure to call `at.asitplus.wallet.cor.Initializer.initWithVcLib` first thing i

## Changelog

Release 1.0.1:
- Update to `vclib` 4.0.0

Release 1.0.0:

- Initial release, based on the Certificate of Residence Rulebook 0.1.0 from June 2024
Expand Down
2 changes: 1 addition & 1 deletion certificateofresidence/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:vclib:3.8.0")
api("at.asitplus.wallet:vclib:4.0.0")
}
}
}
Expand Down
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.0.0
artifactVersion = 1.0.1
jdk.version=17

0 comments on commit 1c321d5

Please sign in to comment.