From eecae4739b6064b9e9fa6b7239a8c31cd109053f Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Tue, 25 Jul 2023 11:47:14 +0200 Subject: [PATCH] 1.15.1 --- manifest-beta.json | 4 ++-- manifest.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index f59113d..9ccdad7 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,8 +1,8 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.15.0", - "minAppVersion": "1.0.0", + "version": "1.15.1", + "minAppVersion": "1.3.0", "description": "A search engine that just works", "author": "Simon Cambier", "authorUrl": "https://github.com/scambier/obsidian-omnisearch", diff --git a/manifest.json b/manifest.json index b2d112f..a5c5858 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.15.0", - "minAppVersion": "1.0.0", + "version": "1.15.1", + "minAppVersion": "1.3.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 4ea1874..d33a8d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.15.0", + "version": "1.15.1", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index f3cd249..44b3821 100644 --- a/versions.json +++ b/versions.json @@ -112,5 +112,6 @@ "1.14.2": "1.0.0", "1.15.0-beta.1": "1.0.0", "1.15.0-beta.2": "1.0.0", - "1.15.0": "1.0.0" + "1.15.0": "1.0.0", + "1.15.1": "1.3.0" } \ No newline at end of file