Skip to content

Commit

Permalink
chore: update version to 0.2.0-dev.1 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
genaris authored Sep 15, 2023
1 parent 5fa7add commit f938a36
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 13 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"
version = "0.2.0-dev.1"
authors = [
"Hyperledger AnonCreds Contributors <[email protected]>",
]
Expand Down
3 changes: 1 addition & 2 deletions wrappers/javascript/anoncreds-nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Wrapper for Nodejs around anoncreds-rs

## Requirements

This has been tested extensively with Nodejs version `16.11.0` and `16.15.0`.
Older and newer versions might also work, but they have not been tested.
This library requires (and has been tested extensively with) Node.js version 18.x. Newer versions might also work, but they have not been tested.

## Installation

Expand Down
8 changes: 4 additions & 4 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",
"version": "0.2.0-dev.1",
"license": "Apache-2.0",
"description": "Nodejs wrapper for Anoncreds",
"main": "build/index",
Expand All @@ -26,10 +26,10 @@
"install": "node-pre-gyp install --target_arch=$(node scripts/arch.js) --target_platform=$(node scripts/platform.js)"
},
"dependencies": {
"@hyperledger/anoncreds-shared": "0.1.0",
"@mapbox/node-pre-gyp": "^1.0.10",
"@2060.io/ffi-napi": "4.0.8",
"@2060.io/ref-napi": "3.0.6",
"@hyperledger/anoncreds-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"
Expand All @@ -43,7 +43,7 @@
"binary": {
"module_name": "anoncreds",
"module_path": "native",
"remote_path": "v0.1.0",
"remote_path": "v0.2.0-dev.1",
"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",
"version": "0.2.0-dev.1",
"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",
"@hyperledger/anoncreds-shared": "0.2.0-dev.1",
"@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",
"remote_path": "v0.2.0-dev.1",
"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",
"version": "0.2.0-dev.1",
"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",
"version": "0.2.0-dev.1",
"useWorkspaces": true,
"npmClient": "yarn",
"command": {
Expand Down
2 changes: 1 addition & 1 deletion wrappers/python/anoncreds/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""anoncreds library wrapper version."""

__version__ = "0.1.0"
__version__ = "0.2.0-dev.1"

0 comments on commit f938a36

Please sign in to comment.