Skip to content

Commit

Permalink
Merge pull request #98 from blu3beri/update-version
Browse files Browse the repository at this point in the history
  • Loading branch information
berendsliedrecht authored Feb 13, 2023
2 parents 904c3a8 + c598220 commit ed2a8e7
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
Expand Up @@ -3,7 +3,7 @@ members = ["askar-bbs", "askar-crypto"]

[package]
name = "aries-askar"
version = "0.2.8-dev.2"
version = "0.2.8-dev.3"
authors = ["Hyperledger Aries Contributors <aries@lists.hyperledger.org>"]
edition = "2018"
description = "Hyperledger Aries Askar secure storage"
Expand Down
6 changes: 3 additions & 3 deletions wrappers/javascript/aries-askar-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/aries-askar-nodejs",
"version": "0.1.0-dev.2",
"version": "0.1.0-dev.3",
"license": "Apache-2.0",
"description": "Nodejs wrapper for Aries Askar",
"source": "src/index",
Expand Down Expand Up @@ -49,7 +49,7 @@
"typescript": "4.5.5"
},
"dependencies": {
"@hyperledger/aries-askar-shared": "0.1.0-dev.2",
"@hyperledger/aries-askar-shared": "0.1.0-dev.3",
"@mapbox/node-pre-gyp": "^1.0.10",
"ffi-napi": "^4.0.3",
"node-cache": "^5.1.2",
Expand All @@ -60,7 +60,7 @@
"binary": {
"module_name": "aries_askar",
"module_path": "native",
"remote_path": "v0.2.8-dev.2",
"remote_path": "v0.2.8-dev.3",
"host": "https://github.com/hyperledger/aries-askar/releases/download/",
"package_name": "library-{platform}-{arch}.tar.gz"
}
Expand Down
6 changes: 3 additions & 3 deletions wrappers/javascript/aries-askar-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/aries-askar-react-native",
"version": "0.1.0-dev.2",
"version": "0.1.0-dev.3",
"license": "Apache-2.0",
"description": "React Native wrapper for Aries Askar",
"main": "build/index",
Expand Down Expand Up @@ -35,7 +35,7 @@
"install": "node-pre-gyp install"
},
"dependencies": {
"@hyperledger/aries-askar-shared": "0.1.0-dev.2",
"@hyperledger/aries-askar-shared": "0.1.0-dev.3",
"@mapbox/node-pre-gyp": "^1.0.10"
},
"devDependencies": {
Expand All @@ -55,7 +55,7 @@
"binary": {
"module_name": "aries_askar",
"module_path": "native",
"remote_path": "v0.2.8-dev.2",
"remote_path": "v0.2.8-dev.3",
"host": "https://github.com/hyperledger/aries-askar/releases/download/",
"package_name": "library-ios-android.tar.gz"
}
Expand Down
2 changes: 1 addition & 1 deletion wrappers/javascript/aries-askar-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/aries-askar-shared",
"version": "0.1.0-dev.2",
"version": "0.1.0-dev.3",
"license": "Apache-2.0",
"description": "Shared library for using Aries Askar 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.2",
"version": "0.1.0-dev.3",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down

0 comments on commit ed2a8e7

Please sign in to comment.