Skip to content

Commit

Permalink
chore: update version to 0.3.0 dev
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <timo@animo.id>
  • Loading branch information
TimoGlastra committed Sep 22, 2023
1 parent d5e06c6 commit c8a3cee
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 12 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-crypto", "askar-storage"]

[package]
name = "aries-askar"
version = "0.2.9"
version = "0.3.0-dev.1"
authors = ["Hyperledger Aries Contributors <aries@lists.hyperledger.org>"]
edition = "2021"
description = "Hyperledger Aries Askar secure storage"
Expand Down
1 change: 1 addition & 0 deletions wrappers/javascript/aries-askar-nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ The JavaScript wrapper is versioned independently from the native bindings. The
| Aries Askar | JavaScript Wrapper |
| ----------- | ------------------ |
| v0.2.9 | v0.1.0, v0.1.1 |
| v0.3.0 | v0.2.0 |
8 changes: 4 additions & 4 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.1",
"version": "0.2.0-dev.1",
"license": "Apache-2.0",
"description": "Nodejs wrapper for Aries Askar",
"source": "src/index",
Expand Down Expand Up @@ -46,18 +46,18 @@
"typescript": "4.5.5"
},
"dependencies": {
"@hyperledger/aries-askar-shared": "0.1.1",
"@mapbox/node-pre-gyp": "^1.0.10",
"@2060.io/ffi-napi": "4.0.8",
"@2060.io/ref-napi": "3.0.6",
"@hyperledger/aries-askar-shared": "0.2.0-dev.1",
"@mapbox/node-pre-gyp": "^1.0.10",
"node-cache": "^5.1.2",
"ref-array-di": "^1.2.2",
"ref-struct-di": "^1.1.1"
},
"binary": {
"module_name": "aries_askar",
"module_path": "native",
"remote_path": "v0.2.9",
"remote_path": "v0.3.0-dev.1",
"host": "https://github.com/hyperledger/aries-askar/releases/download/",
"package_name": "library-{platform}-{arch}.tar.gz"
},
Expand Down
1 change: 1 addition & 0 deletions wrappers/javascript/aries-askar-react-native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ The JavaScript wrapper is versioned independently from the native bindings. The
| Aries Askar | JavaScript Wrapper |
| ----------- | ------------------ |
| v0.2.9 | v0.1.0, v0.1.1 |
| v0.3.0 | v0.2.0 |
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.1",
"version": "0.2.0-dev.1",
"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.1",
"@hyperledger/aries-askar-shared": "0.2.0-dev.1",
"@mapbox/node-pre-gyp": "^1.0.10"
},
"devDependencies": {
Expand All @@ -54,7 +54,7 @@
"binary": {
"module_name": "aries_askar",
"module_path": "native",
"remote_path": "v0.2.9",
"remote_path": "v0.3.0-dev.1",
"host": "https://github.com/hyperledger/aries-askar/releases/download/",
"package_name": "library-ios-android.tar.gz"
}
Expand Down
1 change: 1 addition & 0 deletions wrappers/javascript/aries-askar-shared/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ The JavaScript wrapper is versioned independently from the native bindings. The
| Aries Askar | JavaScript Wrapper |
| ----------- | ------------------ |
| v0.2.9 | v0.1.0, v0.1.1 |
| v0.3.0 | v0.2.0 |
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.1",
"version": "0.2.0-dev.1",
"license": "Apache-2.0",
"description": "Shared library for using Aries Askar with NodeJS and React Native",
"main": "build/index",
Expand Down
6 changes: 4 additions & 2 deletions wrappers/javascript/lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"version": "0.1.1",
"version": "0.2.0-dev.1",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
"version": {
"allowBranch": ["main"]
"allowBranch": [
"main"
]
}
}
}
2 changes: 1 addition & 1 deletion wrappers/python/aries_askar/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""aries_askar library wrapper version."""

__version__ = "0.2.9"
__version__ = "0.3.0-dev.1"

0 comments on commit c8a3cee

Please sign in to comment.