From 13cd3a7bd7c990cfc6f3b83d8e3995c6fd21cb26 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sat, 22 Oct 2022 20:57:01 +0200 Subject: [PATCH] 1.7.3 --- manifest-beta.json | 6 +++--- manifest.json | 4 ++-- package.json | 2 +- versions.json | 25 +++++++++++++------------ 4 files changed, 19 insertions(+), 18 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 74e86b8..f774f3f 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,10 +1,10 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.7.2", - "minAppVersion": "0.15.6", + "version": "1.7.3", + "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", "authorUrl": "https://github.com/scambier/obsidian-omnisearch", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/manifest.json b/manifest.json index e6394d6..f774f3f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.7.2", - "minAppVersion": "0.15.6", + "version": "1.7.3", + "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", "authorUrl": "https://github.com/scambier/obsidian-omnisearch", diff --git a/package.json b/package.json index 2bd1d01..341bdc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.7.2", + "version": "1.7.3", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 7dffd27..7b574a0 100644 --- a/versions.json +++ b/versions.json @@ -50,15 +50,16 @@ "1.6.3": "0.15.6", "1.6.4": "0.15.6", "1.6.5": "0.15.6", - "1.6.5-beta": "0.15.6", - "1.6.5-beta.2": "0.15.6", - "1.6.5-beta.3": "0.15.6", - "1.6.5-beta.4": "0.15.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.7": "0.15.6", - "1.7.1": "0.15.6", - "1.7.2": "0.15.6" -} \ No newline at end of file + "1.6.5-beta": "1.0.0", + "1.6.5-beta.2": "1.0.0", + "1.6.5-beta.3": "1.0.0", + "1.6.5-beta.4": "1.0.0", + "1.6.5-beta.5": "1.0.0", + "1.6.5-beta.6": "1.0.0", + "1.6.5-beta.7": "1.0.0", + "1.6.5-beta.8": "1.0.0", + "1.7": "1.0.0", + "1.7.1": "1.0.0", + "1.7.2": "1.0.0", + "1.7.3": "1.0.0" +}