Skip to content

Commit 4915d59

Browse files
Merge pull request #139 from blu3beri/update-version-and-download-tag
Updated the package version and download tag
2 parents 92fd17a + 07632b6 commit 4915d59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libindy_vdr/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indy-vdr"
3-
version = "0.4.0-dev.1"
3+
version = "0.4.0-dev.2"
44
authors = ["Hyperledger Indy Contributors <[email protected]>"]
55
description = "A library for interacting with Hyperledger Indy Node, a distributed ledger for self-sovereign identity (https://www.hyperledger.org/use/hyperledger-indy)."
66
edition = "2021"

wrappers/javascript/indy-vdr-nodejs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"binary": {
5454
"module_name": "indy_vdr",
5555
"module_path": "native",
56-
"remote_path": "v0.4.0-dev.1",
56+
"remote_path": "v0.4.0-dev.2",
5757
"host": "https://github.com/hyperledger/indy-vdr/releases/download/",
5858
"package_name": "library-{platform}.tar.gz"
5959
}

wrappers/javascript/indy-vdr-react-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"binary": {
5959
"module_name": "indy_vdr",
6060
"module_path": "native",
61-
"remote_path": "v0.4.0-dev.1",
61+
"remote_path": "v0.4.0-dev.2",
6262
"host": "https://github.com/hyperledger/indy-vdr/releases/download/",
6363
"package_name": "library-ios-android.tar.gz"
6464
}

0 commit comments

Comments
 (0)