chore: bump version to 4.3.0

This commit is contained in:
Quorafind 2026-03-18 16:48:35 +08:00
parent e3201d9ed6
commit 1e1ee35f9d
3 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{ {
"id": "float-search", "id": "float-search",
"name": "Floating Search", "name": "Floating Search",
"version": "4.2.0", "version": "4.3.0",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "You can use search view in modal/leaf/popout window now.", "description": "You can use search view in modal/leaf/popout window now.",
"author": "Boninall", "author": "Boninall",

View file

@ -1,6 +1,6 @@
{ {
"name": "float-search", "name": "float-search",
"version": "4.2.0", "version": "4.3.0",
"description": "You can use search view in modal/leaf/popout window now.", "description": "You can use search view in modal/leaf/popout window now.",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View file

@ -33,5 +33,6 @@
"4.0.0": "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", "4.1.1": "0.15.0",
"4.2.0": "0.15.0" "4.2.0": "0.15.0",
"4.3.0": "0.15.0"
} }