From a5b3e336e19d4a377ac78522e5e6226ceed98f17 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sun, 29 Jan 2023 21:08:19 +0100 Subject: [PATCH] 1.11.1 --- 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 ab40ba6..e4dcfb4 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.11.0", + "version": "1.11.1", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index 462eb93..96adfa2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.11.0", + "version": "1.11.1", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index fe0c530..7c33c81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.11.0", + "version": "1.11.1", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index b97630b..83402db 100644 --- a/versions.json +++ b/versions.json @@ -94,5 +94,6 @@ "1.10.0": "1.0.0", "1.10.1": "1.0.0", "1.11.0-beta.1": "1.0.0", - "1.11.0": "1.0.0" + "1.11.0": "1.0.0", + "1.11.1": "1.0.0" } \ No newline at end of file