Skip to content

Commit

Permalink
chore: update lib version
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Moussa <ahmed.moussa@iohk.io>
  • Loading branch information
hamada147 committed Mar 7, 2024
1 parent 4e99743 commit 6bfca96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anoncred-kmm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group = publishedMavenId
version = "0.4.4"
version = "0.4.6"

buildscript {
repositories {
Expand Down Expand Up @@ -78,7 +78,7 @@ subprojects {
withType<MavenPublication> {
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.")
Expand Down

0 comments on commit 6bfca96

Please sign in to comment.