Skip to content

Commit 09c545b

Browse files
authored
Release 0.20.0 (#318)
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
1 parent 6d46888 commit 09c545b

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agents/node/vcxagent-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
"winston": "^3.3.3"
6868
},
6969
"peerDependencies": {
70-
"@hyperledger/node-vcx-wrapper": "^0.19.0"
70+
"@hyperledger/node-vcx-wrapper": "^0.20.0"
7171
}
7272
}

libvcx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "libvcx"
4-
version = "0.19.0"
4+
version = "0.20.0"
55
authors = ["Absa Group Limited", "Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>"]
66
publish = false
77
description = "Absa's fork of HL LibVCX"

wrappers/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "@hyperledger/node-vcx-wrapper",
44
"description": "NodeJS wrapper Aries Framework",
55
"license": "Apache-2.0",
6-
"version": "0.19.0",
6+
"version": "0.20.0",
77
"directories": {
88
"test": "test",
99
"build": "dist",

0 commit comments

Comments
 (0)