diff --git a/Cargo.lock b/Cargo.lock index 80d97c197b..ff467d0ff2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.14.1" @@ -782,7 +784,7 @@ dependencies = [ [[package]] name = "libvcx" -version = "0.19.0" +version = "0.20.0" dependencies = [ "agency_client", "android_logger", diff --git a/agents/node/vcxagent-core/package.json b/agents/node/vcxagent-core/package.json index 0aefcde3f2..cf937ca387 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.19.0" + "@hyperledger/node-vcx-wrapper": "^0.20.0" } } diff --git a/libvcx/Cargo.toml b/libvcx/Cargo.toml index 57c607073c..f97bc7504b 100644 --- a/libvcx/Cargo.toml +++ b/libvcx/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libvcx" -version = "0.19.0" +version = "0.20.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 16f2b7a920..cb1fea67f7 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.19.0", + "version": "0.20.0", "directories": { "test": "test", "build": "dist",