From 84faed9f792dd0aaf56f85f27a907a56f97c4b4a Mon Sep 17 00:00:00 2001 From: Quorafind Date: Sat, 18 Mar 2023 21:11:58 +0800 Subject: [PATCH] chore: bump version --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 8bf3f70..3807636 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "float-search", "name": "Floating Search", - "version": "2.8.0", + "version": "2.9.0", "minAppVersion": "0.15.0", "description": "You can use search view in modal now.", "author": "Boninall", diff --git a/package.json b/package.json index eea5bdd..b3536fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "float-search", - "version": "2.8.0", + "version": "2.9.0", "description": "You can use search view in modal now.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index dd32723..dee9d25 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "2.5.0": "0.15.0", "2.6.0": "0.15.0", "2.7.0": "0.15.0", - "2.8.0": "0.15.0" + "2.8.0": "0.15.0", + "2.9.0": "0.15.0" } \ No newline at end of file