From 9dec32a78f50b6f9ab0fec345ab259399f9ab078 Mon Sep 17 00:00:00 2001 From: Gordon Hall Date: Thu, 19 Jan 2017 16:12:16 -0500 Subject: [PATCH] bump storj-lib for hotfix --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 225eb60..22e68ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "storjshare-daemon", - "version": "2.1.1", + "version": "2.1.2", "description": "daemon + process manager for sharing space on the storj network", "main": "index.js", "bin": { @@ -67,7 +67,7 @@ "pretty-ms": "^2.1.0", "rc": "^1.1.6", "readable-stream": "^2.2.2", - "storj-lib": "^6.0.14", + "storj-lib": "^6.0.15", "storj-telemetry-reporter": "^5.0.0", "strip-json-comments": "^2.0.1", "tail": "^1.2.1"