chore: bump version

This commit is contained in:
Quorafind 2023-03-17 07:59:29 +08:00
parent 70129f71d5
commit e75b533c07
3 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "float-search",
"name": "Floating Search",
"version": "1.0.0",
"version": "2.0.0",
"minAppVersion": "0.15.0",
"description": "You can use search view in modal now.",
"author": "Boninall",
@ -12,4 +12,4 @@
"支付宝": "https://cdn.jsdelivr.net/gh/Quorafind/.github@main/IMAGE/%E6%94%AF%E4%BB%98%E5%AE%9D%E4%BB%98%E6%AC%BE%E7%A0%81.jpg"
},
"isDesktopOnly": false
}
}

View file

@ -1,6 +1,6 @@
{
"name": "float-search",
"version": "1.0.0",
"version": "2.0.0",
"description": "You can use search view in modal now.",
"main": "main.js",
"scripts": {

View file

@ -1,4 +1,5 @@
{
"0.0.1": "0.15.0",
"1.0.0": "0.15.0"
"1.0.0": "0.15.0",
"2.0.0": "0.15.0"
}