From 7a7392a74dc11707e4ef5b5e1004c7eb2b271420 Mon Sep 17 00:00:00 2001 From: Patrik Date: Fri, 1 Jul 2022 09:55:40 +0200 Subject: [PATCH] Release 0.37.0 (#504) 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.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f1cdb7f60..f3ec5c8f3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,7 +80,7 @@ dependencies = [ [[package]] name = "aries-vcx" -version = "0.36.0" +version = "0.37.0" dependencies = [ "agency_client", "android_logger", @@ -1168,7 +1168,7 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" [[package]] name = "libvcx" -version = "0.36.0" +version = "0.37.0" dependencies = [ "android_logger", "aries-vcx", diff --git a/agents/node/vcxagent-core/package.json b/agents/node/vcxagent-core/package.json index 99f84cb175..2ca0ee2bee 100644 --- a/agents/node/vcxagent-core/package.json +++ b/agents/node/vcxagent-core/package.json @@ -70,6 +70,6 @@ "winston": "^3.3.3" }, "peerDependencies": { - "@hyperledger/node-vcx-wrapper": "^0.36.0" + "@hyperledger/node-vcx-wrapper": "^0.37.0" } } diff --git a/aries_vcx/Cargo.toml b/aries_vcx/Cargo.toml index 36a6f06787..c2a45cbb8a 100644 --- a/aries_vcx/Cargo.toml +++ b/aries_vcx/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aries-vcx" -version = "0.36.0" +version = "0.37.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 330695c8f3..d5cda0ea58 100644 --- a/libvcx/Cargo.toml +++ b/libvcx/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libvcx" -version = "0.36.0" +version = "0.37.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 468f2771a0..4a5ea97b49 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.36.0", + "version": "0.37.0", "directories": { "test": "test", "build": "dist",