From 9a7f0410e80561224da273e99075d430ae0d4913 Mon Sep 17 00:00:00 2001 From: Patrik Date: Tue, 22 Mar 2022 16:42:52 +0100 Subject: [PATCH] Release 0.34.0 (#461) Signed-off-by: Patrik Stas --- Cargo.lock | 4 ++-- agents/node/vcxagent-core/package.json | 2 +- aries_vcx/Cargo.toml | 2 +- libvcx/Cargo.toml | 2 +- wrappers/node/package-lock.json | 2 +- wrappers/node/package.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2732d713e5..4580d69613 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,7 +78,7 @@ dependencies = [ [[package]] name = "aries-vcx" -version = "0.33.0" +version = "0.34.0" dependencies = [ "agency_client", "android_logger", @@ -1163,7 +1163,7 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" [[package]] name = "libvcx" -version = "0.33.0" +version = "0.34.0" dependencies = [ "android_logger", "aries-vcx", diff --git a/agents/node/vcxagent-core/package.json b/agents/node/vcxagent-core/package.json index 239829fe0a..961297944e 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.33.0" + "@hyperledger/node-vcx-wrapper": "^0.34.0" } } diff --git a/aries_vcx/Cargo.toml b/aries_vcx/Cargo.toml index 50111a467a..c4971b43e2 100644 --- a/aries_vcx/Cargo.toml +++ b/aries_vcx/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aries-vcx" -version = "0.33.0" +version = "0.34.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 41e23d8e0e..26af96ba7e 100644 --- a/libvcx/Cargo.toml +++ b/libvcx/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libvcx" -version = "0.33.0" +version = "0.34.0" authors = ["Absa Group Limited", "Hyperledger Indy Contributors "] publish = false description = "Absa's fork of HL LibVCX" diff --git a/wrappers/node/package-lock.json b/wrappers/node/package-lock.json index 023aa6af19..50d069b177 100644 --- a/wrappers/node/package-lock.json +++ b/wrappers/node/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/node-vcx-wrapper", - "version": "0.33.0", + "version": "0.34.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/wrappers/node/package.json b/wrappers/node/package.json index 9cf5af9dee..af1933477c 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.33.0", + "version": "0.34.0", "directories": { "test": "test", "build": "dist",