From a01f876ade36da0ac89e009952520484a31eb5cc Mon Sep 17 00:00:00 2001 From: ANSIMA Elvis Date: Sun, 26 May 2024 18:40:33 +0200 Subject: [PATCH] update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8096443..bcc2d81 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/ElvisAns/VuePredictiveSearch" }, "license": "MIT", - "version": "1.0.3", + "version": "1.0.4", "description": "The most flexible search component for vuejs applications with auto suggestion and fuzzy search feature", "main": "./dist/vue-predictive-search.umd.cjs", "module": "./dist/vue-predictive-search.js", @@ -47,4 +47,4 @@ "peerDependencies": { "vue": "^3.3.11" } -} \ No newline at end of file +}