From 36bd8550f2e20dd8edf8f1107fbcf767c9e99a01 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sat, 22 Oct 2022 08:28:44 +0200 Subject: [PATCH] 1.7 --- 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 51e4866..444c5e7 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.6.5-beta.8", + "version": "1.7", "minAppVersion": "0.15.6", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index 56eafb3..444c5e7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.6.4", + "version": "1.7", "minAppVersion": "0.15.6", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index c4bb790..e492e4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.6.5-beta.8", + "version": "1.7", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index d722bf9..8291241 100644 --- a/versions.json +++ b/versions.json @@ -57,5 +57,6 @@ "1.6.5-beta.5": "0.15.6", "1.6.5-beta.6": "0.15.6", "1.6.5-beta.7": "0.15.6", - "1.6.5-beta.8": "0.15.6" + "1.6.5-beta.8": "0.15.6", + "1.7": "0.15.6" } \ No newline at end of file