Merge pull request #12 from Quorafind/feat/support-open-search-view

chore: bump version
This commit is contained in:
Boninall 2023-03-30 09:19:49 +08:00 committed by GitHub
commit 176ed60211
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "float-search",
"name": "Floating Search",
"version": "3.2.0",
"version": "3.3.0",
"minAppVersion": "0.15.0",
"description": "You can use search view in modal now.",
"author": "Boninall",

View file

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

View file

@ -12,5 +12,6 @@
"3.1.0": "0.15.0",
"3.1.1": "0.15.0",
"3.2.0": "0.15.0",
"3.1.2": "0.15.0"
"3.1.2": "0.15.0",
"3.3.0": "0.15.0"
}