From 0a982e41cf6efaef8199b9a5caa6d80bbee12d57 Mon Sep 17 00:00:00 2001 From: Kevin Whitley Date: Mon, 19 Sep 2016 15:02:37 -0500 Subject: [PATCH] 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b471c1b..a134c2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apicache", - "version": "0.1.6", + "version": "0.2.0", "scripts": { "test": "mocha $(find test -name '*.test.js') --recursive", "test:watch": "npm run test -- --watch"