From 96654a08b7c97100f79493008aa6926d87aca429 Mon Sep 17 00:00:00 2001 From: Luke Miles Date: Wed, 26 Oct 2016 12:31:31 -0700 Subject: [PATCH] Up version number in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 433ce3d..090b7cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http-config-cache", - "version": "1.0.0", + "version": "1.0.1", "description": "Cache a remote config! Supports JSON.", "main": "src/index.js", "scripts": {