From de337d0b2c5a63ea1b93913f819a2b591be4283e Mon Sep 17 00:00:00 2001 From: Patrik Stas Date: Fri, 30 Apr 2021 12:41:49 +0200 Subject: [PATCH] Release 0.17.3 (#270) Signed-off-by: Patrik Stas --- Cargo.lock | 2 +- agents/node/vcxagent-core/package.json | 2 +- libvcx/Cargo.toml | 2 +- wrappers/node/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d51f9addf9..2096027e01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -690,7 +690,7 @@ dependencies = [ [[package]] name = "libvcx" -version = "0.17.2" +version = "0.17.3" dependencies = [ "agency_client", "android_logger", diff --git a/agents/node/vcxagent-core/package.json b/agents/node/vcxagent-core/package.json index 7089470ac1..3b07997bce 100644 --- a/agents/node/vcxagent-core/package.json +++ b/agents/node/vcxagent-core/package.json @@ -67,6 +67,6 @@ "winston": "^3.3.3" }, "peerDependencies": { - "@hyperledger/node-vcx-wrapper": "^0.15.0" + "@hyperledger/node-vcx-wrapper": "^0.17.3" } } diff --git a/libvcx/Cargo.toml b/libvcx/Cargo.toml index ab17379bf8..c46407010d 100644 --- a/libvcx/Cargo.toml +++ b/libvcx/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libvcx" -version = "0.17.2" +version = "0.17.3" 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 9bdec41f04..15a31f022a 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.10.0", + "version": "0.17.3", "directories": { "test": "test", "build": "dist",