From c3d9e96b1984da3ec8ef39550a6ae588647d4860 Mon Sep 17 00:00:00 2001 From: quorafind <951011105@qq.com> Date: Thu, 27 Feb 2025 16:25:45 +0800 Subject: [PATCH] chore: bump version --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 77ddd5e..40f98af 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "float-search", "name": "Floating Search", - "version": "4.1.0", + "version": "4.1.1", "minAppVersion": "0.15.0", "description": "You can use search view in modal/leaf/popout window now.", "author": "Boninall", diff --git a/package.json b/package.json index 5e64f41..64de2ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "float-search", - "version": "4.1.0", + "version": "4.1.1", "description": "You can use search view in modal/leaf/popout window now.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index c5286c0..6932d1d 100644 --- a/versions.json +++ b/versions.json @@ -31,5 +31,6 @@ "3.5.0": "0.15.0", "3.5.1": "0.15.0", "4.0.0": "0.15.0", - "4.1.0": "0.15.0" + "4.1.0": "0.15.0", + "4.1.1": "0.15.0" } \ No newline at end of file