From b78c80f507664fb1210b71d0f6e02484065b8c05 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Fri, 18 Nov 2022 18:28:04 +0100 Subject: [PATCH] 1.8.1 --- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index e6c66a6..687f1b4 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.8.0", + "version": "1.8.1", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index 121a586..fe2b924 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.8.0", + "version": "1.8.1", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index 1511385..ef24e29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.8.0", + "version": "1.8.1", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": {