Skip to content

Commit f938a36

Browse files
authored
chore: update version to 0.2.0-dev.1 (#245)
1 parent 5fa7add commit f938a36

File tree

7 files changed

+12
-13
lines changed

7 files changed

+12
-13
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anoncreds"
3-
version = "0.1.0"
3+
version = "0.2.0-dev.1"
44
authors = [
55
"Hyperledger AnonCreds Contributors <[email protected]>",
66
]

Diff for: wrappers/javascript/anoncreds-nodejs/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ Wrapper for Nodejs around anoncreds-rs
44

55
## Requirements
66

7-
This has been tested extensively with Nodejs version `16.11.0` and `16.15.0`.
8-
Older and newer versions might also work, but they have not been tested.
7+
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.
98

109
## Installation
1110

Diff for: wrappers/javascript/anoncreds-nodejs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperledger/anoncreds-nodejs",
3-
"version": "0.1.0",
3+
"version": "0.2.0-dev.1",
44
"license": "Apache-2.0",
55
"description": "Nodejs wrapper for Anoncreds",
66
"main": "build/index",
@@ -26,10 +26,10 @@
2626
"install": "node-pre-gyp install --target_arch=$(node scripts/arch.js) --target_platform=$(node scripts/platform.js)"
2727
},
2828
"dependencies": {
29-
"@hyperledger/anoncreds-shared": "0.1.0",
30-
"@mapbox/node-pre-gyp": "^1.0.10",
3129
"@2060.io/ffi-napi": "4.0.8",
3230
"@2060.io/ref-napi": "3.0.6",
31+
"@hyperledger/anoncreds-shared": "0.2.0-dev.1",
32+
"@mapbox/node-pre-gyp": "^1.0.10",
3333
"node-cache": "5.1.2",
3434
"ref-array-di": "1.2.2",
3535
"ref-struct-di": "1.1.1"
@@ -43,7 +43,7 @@
4343
"binary": {
4444
"module_name": "anoncreds",
4545
"module_path": "native",
46-
"remote_path": "v0.1.0",
46+
"remote_path": "v0.2.0-dev.1",
4747
"host": "https://github.com/hyperledger/anoncreds-rs/releases/download/",
4848
"package_name": "library-{platform}-{arch}.tar.gz"
4949
}

Diff for: wrappers/javascript/anoncreds-react-native/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperledger/anoncreds-react-native",
3-
"version": "0.1.0",
3+
"version": "0.2.0-dev.1",
44
"license": "Apache-2.0",
55
"description": "React Native wrapper for Anoncreds",
66
"main": "build/index",
@@ -35,7 +35,7 @@
3535
"install": "node-pre-gyp install"
3636
},
3737
"dependencies": {
38-
"@hyperledger/anoncreds-shared": "0.1.0",
38+
"@hyperledger/anoncreds-shared": "0.2.0-dev.1",
3939
"@mapbox/node-pre-gyp": "^1.0.10"
4040
},
4141
"devDependencies": {
@@ -52,7 +52,7 @@
5252
"binary": {
5353
"module_name": "anoncreds",
5454
"module_path": "native",
55-
"remote_path": "v0.1.0",
55+
"remote_path": "v0.2.0-dev.1",
5656
"host": "https://github.com/hyperledger/anoncreds-rs/releases/download/",
5757
"package_name": "library-ios-android.tar.gz"
5858
}

Diff for: wrappers/javascript/anoncreds-shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperledger/anoncreds-shared",
3-
"version": "0.1.0",
3+
"version": "0.2.0-dev.1",
44
"license": "Apache-2.0",
55
"description": "Anoncreds wrapper library with NodeJS and React Native",
66
"main": "build/index",

Diff for: wrappers/javascript/lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.2.0-dev.1",
33
"useWorkspaces": true,
44
"npmClient": "yarn",
55
"command": {

Diff for: wrappers/python/anoncreds/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""anoncreds library wrapper version."""
22

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

0 commit comments

Comments
 (0)