From ac4c563d9c8e5d2e1043591d5a94a758198e7c5d Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Fri, 20 Jan 2023 23:00:25 +0100 Subject: [PATCH] 1.11.0 --- manifest-beta.json | 2 +- manifest.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index b74a2fe..ab40ba6 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.11.0-beta.1", + "version": "1.11.0", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index 39ad950..462eb93 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.10.0", + "version": "1.11.0", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/versions.json b/versions.json index ef2f6b9..b97630b 100644 --- a/versions.json +++ b/versions.json @@ -93,5 +93,6 @@ "1.10.0-beta.4": "1.0.0", "1.10.0": "1.0.0", "1.10.1": "1.0.0", - "1.11.0-beta.1": "1.0.0" + "1.11.0-beta.1": "1.0.0", + "1.11.0": "1.0.0" } \ No newline at end of file