From 6560053c11aa86c359cbe16194766b5a6178b5c6 Mon Sep 17 00:00:00 2001 From: Kevin Whitley Date: Wed, 14 Sep 2016 11:45:49 -0500 Subject: [PATCH] 0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e8c7d4..372df19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apicache", - "version": "0.1.0", + "version": "0.1.1", "description": "An ultra-simplified API/JSON response caching middleware for Express/Node using plain-english durations.", "main": "./lib/apicache.js", "repository": {