Skip to content

Commit

Permalink
chore: update version to 0.2.0-dev.8
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <timo@animo.id>
  • Loading branch information
TimoGlastra committed Jan 25, 2024
1 parent 24602b5 commit 7cc4c54
Show file tree
Hide file tree
Showing 8 changed files with 122 additions and 677 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock.android

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
@@ -1,6 +1,6 @@
[package]
name = "anoncreds"
version = "0.2.0-dev.7"
version = "0.2.0-dev.8"
authors = [
"Hyperledger AnonCreds Contributors <anoncreds@lists.hyperledger.org>",
]
Expand Down
2 changes: 1 addition & 1 deletion wrappers/javascript/lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.2.0-dev.7",
"version": "0.2.0-dev.8",
"npmClient": "pnpm",
"command": {
"version": {
Expand Down
4 changes: 2 additions & 2 deletions wrappers/javascript/packages/anoncreds-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/anoncreds-nodejs",
"version": "0.2.0-dev.7",
"version": "0.2.0-dev.8",
"license": "Apache-2.0",
"description": "Nodejs wrapper for Anoncreds",
"main": "build/index",
Expand Down Expand Up @@ -43,7 +43,7 @@
"binary": {
"module_name": "anoncreds",
"module_path": "native",
"remote_path": "v0.2.0-dev.7",
"remote_path": "v0.2.0-dev.8",
"host": "https://github.com/hyperledger/anoncreds-rs/releases/download/",
"package_name": "library-{platform}-{arch}.tar.gz"
}
Expand Down
Loading

0 comments on commit 7cc4c54

Please sign in to comment.