From ed71d3e8b79a7c0adae0893570f555d928ede7ed Mon Sep 17 00:00:00 2001 From: Anton Zolotov Date: Thu, 21 Mar 2024 13:22:22 +0500 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1876618..7545156 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@j2only/slide-unlock", - "version": "0.5.4", + "version": "0.5.5", "type": "module", "description": "Vue.js slide to unlock component. Protect users from accidental clicks or protect your web app from bot attack.", "author": "Anton Zolotov ", @@ -111,4 +111,4 @@ "lib": "lib", "test": "tests" } -} \ No newline at end of file +}