Skip to content

Commit

Permalink
build: update version value to the correct value 0.3.4 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamada147 authored Dec 13, 2023
1 parent 254e6f0 commit 467e4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anoncred-kmm/anoncreds-kmp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

apply(plugin = "kotlinx-atomicfu")
version = "1.1.0"
version = "0.3.4"
group = "io.iohk.atala.prism.anoncredskmp"

fun KotlinNativeCompilation.anoncredsCinterops(type: String) {
Expand Down

0 comments on commit 467e4d0

Please sign in to comment.