chore: bump version

This commit is contained in:
quorafind 2024-01-24 17:19:29 +08:00
parent 5330b125f0
commit 667a956f87
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "float-search",
"name": "Floating Search",
"version": "3.4.8",
"version": "3.4.9",
"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": "3.4.8",
"version": "3.4.9",
"description": "You can use search view in modal/leaf/popout window now.",
"main": "main.js",
"scripts": {

View file

@ -25,5 +25,6 @@
"3.4.5": "0.15.0",
"3.4.6": "0.15.0",
"3.4.7": "0.15.0",
"3.4.8": "0.15.0"
"3.4.8": "0.15.0",
"3.4.9": "0.15.0"
}