Skip to content

Commit

Permalink
bump version to 0.66 (hyperledger#1307)
Browse files Browse the repository at this point in the history
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
Co-authored-by: George Mulhearn <gmulhearn@anonyome.com>
  • Loading branch information
gmulhearn and gmulhearn-anonyome authored Dec 3, 2024
1 parent f5f63a0 commit b84d1f9
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 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 @@ -32,7 +32,7 @@ members = [
]

[workspace.package]
version = "0.65.0"
version = "0.66.0"
authors = [
"Absa Group Limited",
"Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>",
Expand Down
2 changes: 1 addition & 1 deletion aries/agents/aath-backchannel/src/controllers/general.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub async fn get_status(agent: web::Data<RwLock<HarnessAgent>>) -> impl Responde
#[get("/version")]
pub async fn get_version() -> impl Responder {
// Update this with aries-vcx
HttpResponse::Ok().body("0.65.0")
HttpResponse::Ok().body("0.66.0")
}

#[get("/did")]
Expand Down
2 changes: 1 addition & 1 deletion aries/aries_vcx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To use `aries_vcx` in your project, you need to add GitHub dependency to your `C
define a version through a `tag`:

```toml
aries-vcx = { tag = "0.65.0", git = "https://github.com/hyperledger/aries-vcx" }
aries-vcx = { tag = "0.66.0", git = "https://github.com/hyperledger/aries-vcx" }
```

It's also advisable to follow these [instructions](TUTORIAL.md) to check your environment is properly configured.
Expand Down
2 changes: 1 addition & 1 deletion did_core/did_methods/did_peer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add the Peer DID library as a dependency in your `Cargo.toml` file:

```toml
[dependencies]
peer_did = { tag = "0.65.0", git = "https://github.com/hyperledger/aries-vcx" }
peer_did = { tag = "0.66.0", git = "https://github.com/hyperledger/aries-vcx" }
```

## Demo
Expand Down
2 changes: 1 addition & 1 deletion did_core/did_parser_nom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Add the did_parser library as a dependency in your `Cargo.toml` file:

```toml
[dependencies]
did_parser_nom = { tag = "0.65.0", git = "https://github.com/hyperledger/aries-vcx" }
did_parser_nom = { tag = "0.66.0", git = "https://github.com/hyperledger/aries-vcx" }
```

0 comments on commit b84d1f9

Please sign in to comment.