chore: bump version

This commit is contained in:
quorafind 2025-02-27 16:25:45 +08:00
parent e56db18fae
commit c3d9e96b19
3 changed files with 4 additions and 3 deletions

View file

@ -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",

View file

@ -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": {

View file

@ -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"
}