From 1e1ee35f9d01841102c48ca4de4ae320bbe13d2b Mon Sep 17 00:00:00 2001 From: Quorafind Date: Wed, 18 Mar 2026 16:48:35 +0800 Subject: [PATCH] chore: bump version to 4.3.0 --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 47d8a18..a0fd05a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "float-search", "name": "Floating Search", - "version": "4.2.0", + "version": "4.3.0", "minAppVersion": "0.15.0", "description": "You can use search view in modal/leaf/popout window now.", "author": "Boninall", "authorUrl": "https://github.com/Quorafind", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index d3179f8..0421825 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "float-search", - "version": "4.2.0", + "version": "4.3.0", "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 7a3dd98..a2e9033 100644 --- a/versions.json +++ b/versions.json @@ -33,5 +33,6 @@ "4.0.0": "0.15.0", "4.1.0": "0.15.0", "4.1.1": "0.15.0", - "4.2.0": "0.15.0" + "4.2.0": "0.15.0", + "4.3.0": "0.15.0" } \ No newline at end of file