Skip to content

Commit 3b6c3d0

Browse files
committed
chore: fix package versions
1 parent b8f3728 commit 3b6c3d0

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

23.2 KB
Binary file not shown.

packages/dash-spv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/dash-spv",
3-
"version": "3.0.1-hotfix.2",
3+
"version": "4.0.1-hotfix.2",
44
"description": "Repository containing SPV functions used by @dashevo",
55
"main": "index.js",
66
"scripts": {

packages/js-dash-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash",
3-
"version": "3.0.1-hotfix.2",
3+
"version": "6.0.1-hotfix.2",
44
"description": "Dash library for JavaScript/TypeScript ecosystem (Wallet, DAPI, Primitives, BLS, ...)",
55
"main": "build/index.js",
66
"unpkg": "dist/dash.min.js",

packages/wallet-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/wallet-lib",
3-
"version": "3.0.1-hotfix.2",
3+
"version": "10.0.1-hotfix.2",
44
"description": "Light wallet library for Dash",
55
"main": "src/index.js",
66
"unpkg": "dist/wallet-lib.min.js",

0 commit comments

Comments
 (0)