From 0fd721447461102472a2c7ed938ec294d00848d6 Mon Sep 17 00:00:00 2001 From: Dan Janosik Date: Tue, 1 Oct 2019 11:55:45 -0400 Subject: [PATCH] 1.1.1 --- npm-shrinkwrap.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5fd4527d9..adc80e090 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "btc-rpc-explorer", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6a51d2248..261ab4246 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "btc-rpc-explorer", - "version": "1.1.0", + "version": "1.1.1", "description": "Explorer for Bitcoin and RPC-compatible blockchains", "private": false, "bin": "bin/cli.js",