From 576ee10d5fca8290de8f67ebc75914c79854491f Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Fri, 1 Jul 2022 18:44:43 +0200 Subject: [PATCH] 1.4.1 --- 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 d2c45b3..42fa7bc 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.4.0", + "version": "1.4.1", "minAppVersion": "0.14.2", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index d2c45b3..42fa7bc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.4.0", + "version": "1.4.1", "minAppVersion": "0.14.2", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index 98e4688..50c59cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.4.0", + "version": "1.4.1", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 4976c6f..9d10877 100644 --- a/versions.json +++ b/versions.json @@ -30,5 +30,6 @@ "1.3.5-beta2": "0.14.2", "1.3.5-beta3": "0.14.2", "1.4.0-beta4": "0.14.2", - "1.4.0": "0.14.2" + "1.4.0": "0.14.2", + "1.4.1": "0.14.2" } \ No newline at end of file