From 1b461ad2148c6aa20a562c4458342da2fbdf75d8 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 19 Jun 2022 04:56:44 -0600 Subject: [PATCH] 1.0.1 --- package-lock.json | 4 ++-- package.json | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 92fb667..0558bd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "crowdnode", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "crowdnode", - "version": "1.0.0", + "version": "1.0.1", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@dashevo/dashcore-lib": "^0.19.38", diff --git a/package.json b/package.json index 704ac3a..489f309 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "crowdnode", - "version": "1.0.0", + "version": "1.0.1", "description": "Manage your stake in Đash with the CrowdNode Blockchain API", "main": "./lib/crowdnode.js", "bin": { @@ -14,7 +14,13 @@ "type": "git", "url": "git+https://github.com/dashhive/crowdnode.js.git" }, - "keywords": ["Dash", "CrowdNode", "Blockchain", "Stake", "Staking"], + "keywords": [ + "Dash", + "CrowdNode", + "Blockchain", + "Stake", + "Staking" + ], "author": "AJ ONeal (https://therootcompany.com)", "license": "SEE LICENSE IN LICENSE", "bugs": { -- 2.25.1