From 68de411b4c33ca9d80d179987fa3a97c8b7e1c26 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Mon, 1 Aug 2022 10:21:15 +0200 Subject: [PATCH] 1.5.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 c8b0785..1639034 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.5.1", + "version": "1.5.2", "minAppVersion": "0.15.6", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index c8b0785..1639034 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.5.1", + "version": "1.5.2", "minAppVersion": "0.15.6", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index d43f242..b85a68a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.5.1", + "version": "1.5.2", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index d7ce9c8..9f758c2 100644 --- a/versions.json +++ b/versions.json @@ -38,5 +38,6 @@ "1.5.0-beta2": "0.15.6", "1.5.0-beta3": "0.15.6", "1.5.0": "0.15.6", - "1.5.1": "0.15.6" + "1.5.1": "0.15.6", + "1.5.2": "0.15.6" } \ No newline at end of file