From 28ea1822fb6a0464b89bd41f65e4d2a4aa02afb7 Mon Sep 17 00:00:00 2001 From: MAKSS <32557358+SMAKSS@users.noreply.github.com> Date: Tue, 6 Apr 2021 19:40:17 +0430 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4df2b1..5c73673 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smakss/search", - "version": "1.1.13", + "version": "1.1.14", "description": "Search through array and/or objects for specific keyword.", "type": "module", "main": "./index.cjs",