chore: bump version

This commit is contained in:
Quorafind 2023-05-25 11:18:06 +08:00
parent 38bf9d858b
commit adf9ccc87a
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "float-search",
"name": "Floating Search",
"version": "3.3.0",
"version": "3.3.1",
"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.3.0",
"version": "3.3.1",
"description": "You can use search view in modal now.",
"main": "main.js",
"scripts": {

View file

@ -13,5 +13,6 @@
"3.1.1": "0.15.0",
"3.2.0": "0.15.0",
"3.1.2": "0.15.0",
"3.3.0": "0.15.0"
"3.3.0": "0.15.0",
"3.3.1": "0.15.0"
}