From 57bf637364e0c0343511220c4cb2e7342cdde42f Mon Sep 17 00:00:00 2001 From: "Harish.K" Date: Fri, 3 Apr 2020 03:21:55 +0530 Subject: [PATCH] V1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed69e34..9d77645 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "proxy-kutti", - "version": "1.0.0", + "version": "1.0.1", "description": "A Simple and transparent caching forward proxy with minimal dependencies. Cached files are stored in filesystem by preserving the structure. Cache never expires. Useful for caching various package manager files like rpm, deb etc with in local network, especially while building containers", "main": "proxy.js", "repository": "https://github.com/harish2704/node-proxy-kutti",