From 4a0f0a0c1f9ac47e30366bcaaeb8707e1e5c553c Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Mon, 31 Oct 2022 11:26:03 +0100 Subject: [PATCH] 1.7.10 --- 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 34aa2df..768b303 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.7.9", + "version": "1.7.10", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index 7d5744f..b267689 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.7.9", + "version": "1.7.10", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index 1dba800..cc75b8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.7.9", + "version": "1.7.10", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index fa2c009..f46d8a8 100644 --- a/versions.json +++ b/versions.json @@ -67,5 +67,6 @@ "1.7.6": "1.0.0", "1.7.7": "1.0.0", "1.7.8": "1.0.0", - "1.7.9": "1.0.0" + "1.7.9": "1.0.0", + "1.7.10": "1.0.0" } \ No newline at end of file