Skip to content

Commit

Permalink
Release 0.20.0 (#318)
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Kovar <[email protected]>
  • Loading branch information
mirgee authored Jul 19, 2021
1 parent 6d46888 commit 09c545b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion agents/node/vcxagent-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
"winston": "^3.3.3"
},
"peerDependencies": {
"@hyperledger/node-vcx-wrapper": "^0.19.0"
"@hyperledger/node-vcx-wrapper": "^0.20.0"
}
}
2 changes: 1 addition & 1 deletion libvcx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "libvcx"
version = "0.19.0"
version = "0.20.0"
authors = ["Absa Group Limited", "Hyperledger Indy Contributors <[email protected]>"]
publish = false
description = "Absa's fork of HL LibVCX"
Expand Down
2 changes: 1 addition & 1 deletion wrappers/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 09c545b

Please sign in to comment.