From 19f24390d63cca5cd3b6566e151ed613b8733c2e Mon Sep 17 00:00:00 2001 From: Quorafind Date: Mon, 11 Sep 2023 20:42:07 +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 69058e2..0af9aec 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "float-search", "name": "Floating Search", - "version": "3.3.4", + "version": "3.4.0", "minAppVersion": "0.15.0", "description": "You can use search view in modal/leaf/popout window now.", "author": "Boninall", diff --git a/package.json b/package.json index e9d3a2a..ae84cd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "float-search", - "version": "3.3.4", + "version": "3.4.0", "description": "You can use search view in modal/leaf/popout window now.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 428f7a3..33f1a64 100644 --- a/versions.json +++ b/versions.json @@ -17,5 +17,6 @@ "3.3.1": "0.15.0", "3.3.2": "0.15.0", "3.3.3": "0.15.0", - "3.3.4": "0.15.0" + "3.3.4": "0.15.0", + "3.4.0": "0.15.0" } \ No newline at end of file