From 6c12c797a12bbf9d6ad7b38e8acc82a6197918f0 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sat, 1 Oct 2022 14:00:05 +0200 Subject: [PATCH] 1.6.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 2d2ef96..1c5a8ef 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.6.1", + "version": "1.6.2", "minAppVersion": "0.15.6", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index 2d2ef96..1c5a8ef 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.6.1", + "version": "1.6.2", "minAppVersion": "0.15.6", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index 5355c73..931c2ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.6.1", + "version": "1.6.2", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 6e11ccf..418032a 100644 --- a/versions.json +++ b/versions.json @@ -45,5 +45,6 @@ "1.6.0-beta3": "0.15.6", "1.6.0-beta4": "0.15.6", "1.6.0": "0.15.6", - "1.6.1": "0.15.6" + "1.6.1": "0.15.6", + "1.6.2": "0.15.6" } \ No newline at end of file