From 1fb512fc0b6268907f32627f8387a3a7e2d887d3 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Thu, 7 Jul 2022 19:28:05 +0200 Subject: [PATCH] 1.4.3 --- 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 0ce4af7..8bf902b 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.4.2", + "version": "1.4.3", "minAppVersion": "0.14.2", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index 0ce4af7..8bf902b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.4.2", + "version": "1.4.3", "minAppVersion": "0.14.2", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index 05abeae..d1a86cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.4.2", + "version": "1.4.3", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index c3192c9..117e613 100644 --- a/versions.json +++ b/versions.json @@ -32,5 +32,6 @@ "1.4.0-beta4": "0.14.2", "1.4.0": "0.14.2", "1.4.1": "0.14.2", - "1.4.2": "0.14.2" + "1.4.2": "0.14.2", + "1.4.3": "0.14.2" } \ No newline at end of file