Skip to content

Commit 0605ca1

Browse files
authored
Release 0.42.0 (#576)
Signed-off-by: Patrik Stas <patrik.stas@absa.africa> Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
1 parent 4039009 commit 0605ca1

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
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
@@ -68,6 +68,6 @@
6868
"winston": "^3.3.3"
6969
},
7070
"peerDependencies": {
71-
"@hyperledger/node-vcx-wrapper": "^0.41.0"
71+
"@hyperledger/node-vcx-wrapper": "^0.42.0"
7272
}
7373
}

aries_vcx/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 = "aries-vcx"
4-
version = "0.41.0"
4+
version = "0.42.0"
55
authors = ["Absa Group Limited", "Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>"]
66
publish = false
77
license = "Apache-2.0"

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.41.0"
4+
version = "0.42.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-lock.json

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

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.41.0",
6+
"version": "0.42.0",
77
"directories": {
88
"test": "test",
99
"build": "dist",

0 commit comments

Comments
 (0)