Skip to content

Commit 8b6fe6a

Browse files
authored
Release 0.20.2 (#342)
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
1 parent 865ffc9 commit 8b6fe6a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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.20.1"
71+
"@hyperledger/node-vcx-wrapper": "^0.20.2"
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.1.0"
4+
version = "0.20.2"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "libvcx"
4-
version = "0.20.1"
4+
version = "0.20.2"
55
authors = ["Absa Group Limited", "Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>"]
66
publish = false
77
description = "Absa's fork of HL LibVCX"
@@ -37,7 +37,7 @@ futures = "0.3.15"
3737
tokio = { version = "1.7.1", features = ["rt-multi-thread"] }
3838
uuid = {version = "0.7.1", default-features = false, features = ["v4"]}
3939
failure = "0.1.6"
40-
aries-vcx = { version = "0.1.0", path = "../aries_vcx" }
40+
aries-vcx = { path = "../aries_vcx" }
4141

4242
[target.'cfg(target_os = "android")'.dependencies]
4343
android_logger = "0.5"

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

0 commit comments

Comments
 (0)