Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libindy_vdr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indy-vdr"
version = "0.4.5"
version = "0.4.6"
authors = [
"Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>",
]
Expand Down
1 change: 1 addition & 0 deletions wrappers/javascript/indy-vdr-nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ The JavaScript wrapper is versioned independently from the native bindings. The
| v0.4.0-dev.16 | v0.1.0 |
| v0.4.1 | >= v0.2.0 & < v0.2.3 |
| v0.4.4 | v0.2.3 |
| v0.4.5 | v0.2.4 |
6 changes: 3 additions & 3 deletions wrappers/javascript/indy-vdr-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/indy-vdr-nodejs",
"version": "0.2.3",
"version": "0.2.4",
"license": "Apache-2.0",
"description": "Nodejs wrapper for Indy Vdr",
"source": "src/index",
Expand Down Expand Up @@ -44,13 +44,13 @@
"dependencies": {
"@2060.io/ffi-napi": "^4.0.9",
"@2060.io/ref-napi": "^3.0.6",
"@hyperledger/indy-vdr-shared": "0.2.3",
"@hyperledger/indy-vdr-shared": "0.2.4",
"@types/ref-array-di": "^1.2.8",
"ref-array-di": "^1.2.2",
"ref-struct-di": "^1.1.1"
},
"binary": {
"version": "v0.4.4",
"version": "v0.4.5",
"host": "https://github.com/hyperledger-indy/indy-vdr/releases/download",
"packageName": "library-{platform}-{arch}.tar.gz"
},
Expand Down
1 change: 1 addition & 0 deletions wrappers/javascript/indy-vdr-react-native/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ The JavaScript wrapper is versioned independently from the native bindings. The
| v0.4.0-dev.16 | v0.1.0 |
| v0.4.1 | >= v0.2.0 & < v0.2.3 |
| v0.4.4 | v0.2.3 |
| v0.4.5 | v0.2.4 |
6 changes: 3 additions & 3 deletions wrappers/javascript/indy-vdr-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/indy-vdr-react-native",
"version": "0.2.3",
"version": "0.2.4",
"license": "Apache-2.0",
"description": "React Native wrapper for Indy Vdr",
"source": "src/index",
Expand Down Expand Up @@ -41,7 +41,7 @@
"install": "node scripts/install.js"
},
"dependencies": {
"@hyperledger/indy-vdr-shared": "0.2.3"
"@hyperledger/indy-vdr-shared": "0.2.4"
},
"devDependencies": {
"@types/react": "^18.2.0",
Expand All @@ -56,7 +56,7 @@
"react-native": ">= 0.71"
},
"binary": {
"version": "v0.4.4",
"version": "v0.4.5",
"host": "https://github.com/hyperledger-indy/indy-vdr/releases/download",
"packageName": "library-ios-android.tar.gz"
}
Expand Down
1 change: 1 addition & 0 deletions wrappers/javascript/indy-vdr-shared/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ The JavaScript wrapper is versioned independently from the native bindings. The
| v0.4.0-dev.16 | v0.1.0 |
| v0.4.1 | >= v0.2.0 & < v0.2.3 |
| v0.4.4 | v0.2.3 |
| v0.4.5 | v0.2.4 |
2 changes: 1 addition & 1 deletion wrappers/javascript/indy-vdr-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/indy-vdr-shared",
"version": "0.2.3",
"version": "0.2.4",
"license": "Apache-2.0",
"description": "Shared library for using Indy VDR 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,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": ["indy-vdr-*"],
"version": "0.2.3",
"version": "0.2.4",
"npmClient": "yarn",
"command": {
"version": {
Expand Down
Loading