Skip to content

Commit

Permalink
Merge pull request #195 from blu3beri/update-version
Browse files Browse the repository at this point in the history
chore: update version
  • Loading branch information
berendsliedrecht authored Jun 1, 2023
2 parents 47719c2 + 724b570 commit 33c5b4b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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.0-dev.15"
version = "0.4.0-dev.16"
authors = ["Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>"]
description = "A library for interacting with Hyperledger Indy Node, a distributed ledger for self-sovereign identity (https://www.hyperledger.org/use/hyperledger-indy)."
edition = "2021"
Expand Down
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.1.0-dev.15",
"version": "0.1.0-dev.16",
"license": "Apache-2.0",
"description": "Nodejs wrapper for Indy Vdr",
"source": "src/index",
Expand Down Expand Up @@ -41,7 +41,7 @@
"typescript": "~4.9.4"
},
"dependencies": {
"@hyperledger/indy-vdr-shared": "0.1.0-dev.15",
"@hyperledger/indy-vdr-shared": "0.1.0-dev.16",
"@mapbox/node-pre-gyp": "^1.0.10",
"@types/ref-array-di": "^1.2.5",
"ffi-napi": "^4.0.3",
Expand All @@ -52,7 +52,7 @@
"binary": {
"module_name": "indy_vdr",
"module_path": "native",
"remote_path": "v0.4.0-dev.15",
"remote_path": "v0.4.0-dev.16",
"host": "https://github.com/hyperledger/indy-vdr/releases/download/",
"package_name": "library-{platform}-{arch}.tar.gz"
}
Expand Down
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.1.0-dev.15",
"version": "0.1.0-dev.16",
"license": "Apache-2.0",
"description": "React Native wrapper for Indy Vdr",
"source": "src/index",
Expand Down Expand Up @@ -40,7 +40,7 @@
"install": "node-pre-gyp install"
},
"dependencies": {
"@hyperledger/indy-vdr-shared": "0.1.0-dev.15",
"@hyperledger/indy-vdr-shared": "0.1.0-dev.16",
"@mapbox/node-pre-gyp": "^1.0.10"
},
"devDependencies": {
Expand All @@ -58,7 +58,7 @@
"binary": {
"module_name": "indy_vdr",
"module_path": "native",
"remote_path": "v0.4.0-dev.15",
"remote_path": "v0.4.0-dev.16",
"host": "https://github.com/hyperledger/indy-vdr/releases/download/",
"package_name": "library-ios-android.tar.gz"
}
Expand Down
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.1.0-dev.15",
"version": "0.1.0-dev.16",
"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/python/indy_vdr/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""indy_vdr library wrapper version."""

__version__ = "0.4.0.dev15"
__version__ = "0.4.0.dev16"

0 comments on commit 33c5b4b

Please sign in to comment.