chore: bump version

This commit is contained in:
Quorafind 2023-03-19 18:49:38 +08:00
parent 9f2d6d2884
commit d5ab6ef03c
3 changed files with 4 additions and 3 deletions

View file

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

View file

@ -8,5 +8,6 @@
"2.8.0": "0.15.0",
"2.9.0": "0.15.0",
"3.0.0": "0.15.0",
"3.0.1": "0.15.0"
"3.0.1": "0.15.0",
"3.1.0": "0.15.0"
}