Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
Signed-off-by: blu3beri <[email protected]>
  • Loading branch information
berendsliedrecht committed Mar 7, 2023
1 parent f97821c commit dfc3ba1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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.1.0-dev.8"
version = "0.1.0-dev.9"
authors = ["Hyperledger AnonCreds Contributors <[email protected]>"]
description = "Verifiable credential issuance and presentation for Hyperledger AnonCreds (https://www.hyperledger.org/projects), which provides a foundation for self-sovereign identity."
edition = "2021"
Expand Down
6 changes: 3 additions & 3 deletions wrappers/javascript/anoncreds-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/anoncreds-nodejs",
"version": "0.1.0-dev.8",
"version": "0.1.0-dev.9",
"license": "Apache-2.0",
"description": "Nodejs wrapper for Anoncreds",
"main": "build/index",
Expand All @@ -26,7 +26,7 @@
"install": "node-pre-gyp install --target_arch=$(node scripts/arch.js)"
},
"dependencies": {
"@hyperledger/anoncreds-shared": "0.1.0-dev.8",
"@hyperledger/anoncreds-shared": "0.1.0-dev.9",
"@mapbox/node-pre-gyp": "^1.0.10",
"ffi-napi": "4.0.3",
"node-cache": "5.1.2",
Expand All @@ -45,7 +45,7 @@
"binary": {
"module_name": "anoncreds",
"module_path": "native",
"remote_path": "v0.1.0-dev.8",
"remote_path": "v0.1.0-dev.9",
"host": "https://github.com/hyperledger/anoncreds-rs/releases/download/",
"package_name": "library-{platform}-{arch}.tar.gz"
}
Expand Down
6 changes: 3 additions & 3 deletions wrappers/javascript/anoncreds-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/anoncreds-react-native",
"version": "0.1.0-dev.8",
"version": "0.1.0-dev.9",
"license": "Apache-2.0",
"description": "React Native wrapper for Anoncreds",
"main": "build/index",
Expand Down Expand Up @@ -35,7 +35,7 @@
"install": "node-pre-gyp install"
},
"dependencies": {
"@hyperledger/anoncreds-shared": "0.1.0-dev.8",
"@hyperledger/anoncreds-shared": "0.1.0-dev.9",
"@mapbox/node-pre-gyp": "^1.0.10"
},
"devDependencies": {
Expand All @@ -52,7 +52,7 @@
"binary": {
"module_name": "anoncreds",
"module_path": "native",
"remote_path": "v0.1.0-dev.8",
"remote_path": "v0.1.0-dev.9",
"host": "https://github.com/hyperledger/anoncreds-rs/releases/download/",
"package_name": "library-ios-android.tar.gz"
}
Expand Down
2 changes: 1 addition & 1 deletion wrappers/javascript/anoncreds-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/anoncreds-shared",
"version": "0.1.0-dev.8",
"version": "0.1.0-dev.9",
"license": "Apache-2.0",
"description": "Anoncreds wrapper library with NodeJS and React Native",
"main": "build/index",
Expand Down
2 changes: 1 addition & 1 deletion wrappers/javascript/lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.0-dev.8",
"version": "0.1.0-dev.9",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down

0 comments on commit dfc3ba1

Please sign in to comment.