From 6459ef1d335ef85e613aa824c5c9a6334e0e03b1 Mon Sep 17 00:00:00 2001 From: Randall Schmidt Date: Fri, 17 Apr 2020 17:00:33 -0400 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9272b3f..56ac08c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-fetch-cache", - "version": "1.0.0", + "version": "1.0.1", "description": "node-fetch with a persistent cache.", "main": "index.js", "scripts": {