Skip to content

Commit b2e87eb

Browse files
authored
Release 0.60.0 (#1015)
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
1 parent d63effe commit b2e87eb

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ members = [
3030
]
3131

3232
[workspace.package]
33-
version = "0.59.1"
33+
version = "0.60.0"
3434
authors = ["Absa Group Limited", "Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>"]
3535
description = "Library to work with Aries protocols & collection of supporting components"
3636
license = "Apache-2.0"

aries_vcx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Aries [pick-up protocol](https://github.com/hyperledger/aries-rfcs/tree/main/fea
2626
To use `aries-vcx` in your project, you need to add GitHub dependency to your `Cargo.toml`, and best
2727
define a version through a `tag`:
2828
```toml
29-
aries-vcx = { tag = "0.59.1", git = "https://github.com/hyperledger/aries-vcx" }
29+
aries-vcx = { tag = "0.60.0", git = "https://github.com/hyperledger/aries-vcx" }
3030
```
3131
It's also advisable to follow these [instructions](TUTORIAL.md) to check your environment is properly configured.
3232

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

0 commit comments

Comments
 (0)