From eeff1fd93f1c4687dccff7d5db4dab0e2542845a Mon Sep 17 00:00:00 2001 From: Miroslav Kovar Date: Wed, 26 Jan 2022 01:09:33 +0100 Subject: [PATCH] Release 0.29.0 (#431) Signed-off-by: Miroslav Kovar --- Cargo.lock | 4 ++-- agents/node/vcxagent-core/package.json | 2 +- aries_vcx/Cargo.toml | 2 +- libvcx/Cargo.toml | 2 +- wrappers/node/package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e714583d9..ff774a6f2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -77,7 +77,7 @@ dependencies = [ [[package]] name = "aries-vcx" -version = "0.28.0" +version = "0.29.0" dependencies = [ "agency_client", "android_logger", @@ -1162,7 +1162,7 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" [[package]] name = "libvcx" -version = "0.28.0" +version = "0.29.0" dependencies = [ "android_logger", "aries-vcx", diff --git a/agents/node/vcxagent-core/package.json b/agents/node/vcxagent-core/package.json index e44d79dc9e..fc6ce3a775 100644 --- a/agents/node/vcxagent-core/package.json +++ b/agents/node/vcxagent-core/package.json @@ -69,6 +69,6 @@ "winston": "^3.3.3" }, "peerDependencies": { - "@hyperledger/node-vcx-wrapper": "^0.28.0" + "@hyperledger/node-vcx-wrapper": "^0.29.0" } } diff --git a/aries_vcx/Cargo.toml b/aries_vcx/Cargo.toml index e037651dbe..359931db91 100644 --- a/aries_vcx/Cargo.toml +++ b/aries_vcx/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aries-vcx" -version = "0.28.0" +version = "0.29.0" authors = ["Absa Group Limited", "Hyperledger Indy Contributors "] publish = false license = "Apache-2.0" diff --git a/libvcx/Cargo.toml b/libvcx/Cargo.toml index 29cc7334e9..b863045922 100644 --- a/libvcx/Cargo.toml +++ b/libvcx/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libvcx" -version = "0.28.0" +version = "0.29.0" authors = ["Absa Group Limited", "Hyperledger Indy Contributors "] publish = false description = "Absa's fork of HL LibVCX" diff --git a/wrappers/node/package.json b/wrappers/node/package.json index 0f71af40df..ede5558762 100644 --- a/wrappers/node/package.json +++ b/wrappers/node/package.json @@ -3,7 +3,7 @@ "name": "@hyperledger/node-vcx-wrapper", "description": "NodeJS wrapper Aries Framework", "license": "Apache-2.0", - "version": "0.28.0", + "version": "0.29.0", "directories": { "test": "test", "build": "dist",