Skip to content

Commit

Permalink
Release 0.53.0 (#765)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
  • Loading branch information
Patrik-Stas committed Mar 22, 2023
1 parent 26c1cbe commit 945a67a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 20 deletions.
20 changes: 10 additions & 10 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ members = [
]

[workspace.package]
version = "0.52.0"
version = "0.53.0"
authors = ["Absa Group Limited", "Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>"]
description = "Absa's fork of HL LibVCX"
license = "Apache-2.0"
Expand Down
12 changes: 5 additions & 7 deletions wrappers/node/package-lock.json

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

4 changes: 2 additions & 2 deletions 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.52.0",
"version": "0.53.0",
"directories": {
"test": "test",
"build": "dist",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@hyperledger/vcx-napi-rs": "../vcx-napi-rs"
},
"peerDependencies": {
"@hyperledger/vcx-napi-rs": "^0.50.0-featurenapi-rs-separate-crate-4228"
"@hyperledger/vcx-napi-rs": "^0.52.0"
},
"scripts": {
"tscversion": "tsc --version",
Expand Down

0 comments on commit 945a67a

Please sign in to comment.