From 667a956f87e5e6333542ce1a64227638d58f614c Mon Sep 17 00:00:00 2001 From: quorafind <951011105@qq.com> Date: Wed, 24 Jan 2024 17:19:29 +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 69bcf86..a75561f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "float-search", "name": "Floating Search", - "version": "3.4.8", + "version": "3.4.9", "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 3f7942f..5f89682 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "float-search", - "version": "3.4.8", + "version": "3.4.9", "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 360822b..2c4a00e 100644 --- a/versions.json +++ b/versions.json @@ -25,5 +25,6 @@ "3.4.5": "0.15.0", "3.4.6": "0.15.0", "3.4.7": "0.15.0", - "3.4.8": "0.15.0" + "3.4.8": "0.15.0", + "3.4.9": "0.15.0" } \ No newline at end of file