From 6b87578c445db0151e3a929db034dedcb8074959 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sun, 17 Dec 2023 14:00:40 +0100 Subject: [PATCH] 1.20.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 706dccd..bb92a77 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.20.1", + "version": "1.20.2", "minAppVersion": "1.3.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index 0962d37..f0cb8bc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.20.1", + "version": "1.20.2", "minAppVersion": "1.3.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index 4083c54..e831e88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.20.1", + "version": "1.20.2", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 365d616..d89a1a3 100644 --- a/versions.json +++ b/versions.json @@ -124,5 +124,6 @@ "1.19.0": "1.3.0", "1.20.0-beta.1": "1.3.0", "1.20.0": "1.3.0", - "1.20.1": "1.3.0" + "1.20.1": "1.3.0", + "1.20.2": "1.3.0" } \ No newline at end of file