From ff5bc76e6045f490843f82a5a51a0cecbac67193 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Mon, 24 Oct 2022 20:05:29 +0200 Subject: [PATCH] 1.7.4 --- manifest-beta.json | 4 ++-- manifest.json | 2 +- package.json | 2 +- versions.json | 5 +++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index f774f3f..16a5561 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,10 +1,10 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.7.3", + "version": "1.7.4", "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 f774f3f..fea5b80 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.7.3", + "version": "1.7.4", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index 341bdc1..09c6d27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.7.3", + "version": "1.7.4", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 7b574a0..83d6cd3 100644 --- a/versions.json +++ b/versions.json @@ -61,5 +61,6 @@ "1.7": "1.0.0", "1.7.1": "1.0.0", "1.7.2": "1.0.0", - "1.7.3": "1.0.0" -} + "1.7.3": "1.0.0", + "1.7.4": "1.0.0" +} \ No newline at end of file