From 85926ff8a55b86f0104b2bd7207316ecafcd911e Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 19 Jun 2022 05:00:48 -0600 Subject: [PATCH] chore(cli): bump version --- cli/package-lock.json | 4 ++-- cli/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/package-lock.json b/cli/package-lock.json index a281764..873d4d0 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "crowdnode-cli", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "crowdnode-cli", - "version": "1.0.0", + "version": "1.0.1", "license": "SEE LICENSE IN LICENSE", "dependencies": { "crowdnode": "^1.0.1" diff --git a/cli/package.json b/cli/package.json index 45bf20f..2048208 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "crowdnode-cli", - "version": "1.0.0", + "version": "1.0.1", "description": "Manage your stake in Đash with the CrowdNode Blockchain API", "main": "./bin/crowdnode.js", "bin": { -- 2.25.1