From 7083371457cb34eb1d862e4033f91e9455a42269 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Thu, 14 Jul 2022 08:29:15 +0200 Subject: [PATCH] 1.5.0-beta1 --- manifest-beta.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 8bf902b..843eedc 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,8 +1,8 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.4.3", - "minAppVersion": "0.14.2", + "version": "1.5.0-beta1", + "minAppVersion": "0.15.6", "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 2156ca2..3795428 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.4.3", + "version": "1.5.0-beta1", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 117e613..4bf43cd 100644 --- a/versions.json +++ b/versions.json @@ -33,5 +33,6 @@ "1.4.0": "0.14.2", "1.4.1": "0.14.2", "1.4.2": "0.14.2", - "1.4.3": "0.14.2" + "1.4.3": "0.14.2", + "1.5.0-beta1": "0.15.6" } \ No newline at end of file