From 7d9f83a3d634035340bcae512a16b867187ca188 Mon Sep 17 00:00:00 2001 From: Brad Oyler Date: Thu, 18 Aug 2016 11:10:30 -0400 Subject: [PATCH] 0.3.3 64mb cache size default --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e707cc..344e235 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "route-cache", - "version": "0.3.2", + "version": "0.3.3", "description": "express middleware for caching your routes", "main": "index.js", "scripts": {