From 921353e44620980e6483a3912a54c6c0cb6abe36 Mon Sep 17 00:00:00 2001 From: Quorafind Date: Sat, 18 Mar 2023 08:30:37 +0800 Subject: [PATCH] feat: support unfold/fold via keyboard --- 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 0185c9f..51f2270 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "float-search", "name": "Floating Search", - "version": "2.5.0", + "version": "2.6.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 7725262..7bddedb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "float-search", - "version": "2.5.0", + "version": "2.6.0", "description": "You can use search view in modal now.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 1bb88dc..2916ec6 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "0.0.1": "0.15.0", "1.0.0": "0.15.0", "2.0.0": "0.15.0", - "2.5.0": "0.15.0" + "2.5.0": "0.15.0", + "2.6.0": "0.15.0" } \ No newline at end of file