From 8d9cdcdf488a360eec8e735ea08454abaf25fb85 Mon Sep 17 00:00:00 2001 From: Neil Francis Ramirez Hipona Date: Sun, 27 Aug 2023 17:34:25 +0800 Subject: [PATCH] Update package version to v4.0.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f410a7b..f2cf399 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-storage-manager", - "version": "4.0.3", + "version": "4.0.4", "description": "Web utility storage manager for handling data encryption, save and persist, update and data purge in your local and session storage", "main": "lib/index.js", "type": "commonjs",