From e75b533c07dbde63f2f7f102a59b26f5855ed51a Mon Sep 17 00:00:00 2001 From: Quorafind Date: Fri, 17 Mar 2023 07:59:29 +0800 Subject: [PATCH] chore: bump version --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 267c6c8..c280640 100644 --- a/manifest.json +++ b/manifest.json @@ -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 -} +} \ No newline at end of file diff --git a/package.json b/package.json index d253033..8951a08 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index b23a413..36f94d0 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file