chore: bump version

This commit is contained in:
Quorafind 2023-09-11 20:42:07 +08:00
parent 1ba7759f36
commit 19f24390d6
3 changed files with 4 additions and 3 deletions

View file

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

View file

@ -17,5 +17,6 @@
"3.3.1": "0.15.0",
"3.3.2": "0.15.0",
"3.3.3": "0.15.0",
"3.3.4": "0.15.0"
"3.3.4": "0.15.0",
"3.4.0": "0.15.0"
}