From 30de0f293421869e5c448459e9912702d004351c Mon Sep 17 00:00:00 2001 From: Rajkumar Dusad <32831684+rajkumardusad@users.noreply.github.com> Date: Fri, 31 Mar 2023 17:21:42 +0530 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a131d31..77101c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensnip/cachejs", - "version": "1.0.1", + "version": "1.0.2", "description": "Fast and lightweight caching library for javascript", "main": "index.mjs", "type": "module",