From 6bfca9648543e851bea4780e5dc0edf52a5458a6 Mon Sep 17 00:00:00 2001 From: Ahmed Moussa Date: Thu, 7 Mar 2024 16:15:20 +0200 Subject: [PATCH] chore: update lib version Signed-off-by: Ahmed Moussa --- anoncred-kmm/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anoncred-kmm/build.gradle.kts b/anoncred-kmm/build.gradle.kts index 642034bf..a62687c5 100644 --- a/anoncred-kmm/build.gradle.kts +++ b/anoncred-kmm/build.gradle.kts @@ -13,7 +13,7 @@ plugins { } group = publishedMavenId -version = "0.4.4" +version = "0.4.6" buildscript { repositories { @@ -78,7 +78,7 @@ subprojects { withType { groupId = publishedMavenId artifactId = project.name - version = project.version.toString() + version = rootProject.version.toString() pom { name.set("AnonCred KMP Wrapper") description.set("The AnonCreds (Anonymous Credentials) specification is based on the open source verifiable credential implementation of AnonCreds that has been in use since 2017, initially as part of the Hyperledger Indy open source project and now in the Hyperledger AnonCreds project. The extensive use of AnonCreds around the world has made it a de facto standard for ZKP-based verifiable credentials, and this specification is the formalization of that implementation.")