From c893ee052daf5173efa0cc1ad1d732204c0a2244 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Mon, 15 Apr 2024 07:18:55 +0200 Subject: [PATCH] 1.22.2 --- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 500d7f6..20ff24b 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.22.1", + "version": "1.22.2", "minAppVersion": "1.3.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index 0a11283..58b565d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.22.1", + "version": "1.22.2", "minAppVersion": "1.3.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index a265543..40bb1ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.22.1", + "version": "1.22.2", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index e36925a..c027f92 100644 --- a/versions.json +++ b/versions.json @@ -134,5 +134,6 @@ "1.22.0-beta.2": "1.3.0", "1.22.0-beta.3": "1.3.0", "1.22.0": "1.3.0", - "1.22.1": "1.3.0" + "1.22.1": "1.3.0", + "1.22.2": "1.3.0" } \ No newline at end of file