Skip to content

Commit a71844c

Browse files
authored
build: update KMP version (#13)
1 parent bd975a9 commit a71844c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anoncred-kmm/anoncreds-kmp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
apply(plugin = "kotlinx-atomicfu")
14-
version = "0.3.4"
14+
version = "0.4.0"
1515
group = "io.iohk.atala.prism.anoncredskmp"
1616

1717
fun KotlinNativeCompilation.anoncredsCinterops(type: String) {

0 commit comments

Comments
 (0)