From a14bb378d540b12158caff14a21a03376af0e805 Mon Sep 17 00:00:00 2001 From: Quorafind Date: Thu, 23 Mar 2023 08:52:26 +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 3f2d21a..4b5b0df 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "float-search", "name": "Floating Search", - "version": "3.2.0", + "version": "3.1.2", "minAppVersion": "0.15.0", "description": "You can use search view in modal now.", "author": "Boninall", diff --git a/package.json b/package.json index 50ef199..dbc4f49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "float-search", - "version": "3.2.0", + "version": "3.1.2", "description": "You can use search view in modal now.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 9091ed7..355d280 100644 --- a/versions.json +++ b/versions.json @@ -11,5 +11,6 @@ "3.0.1": "0.15.0", "3.1.0": "0.15.0", "3.1.1": "0.15.0", - "3.2.0": "0.15.0" + "3.2.0": "0.15.0", + "3.1.2": "0.15.0" } \ No newline at end of file