From 0ca998741a6187aa24811dbd2b2692bdf8aececf Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Wed, 21 Sep 2022 17:49:49 +0200 Subject: [PATCH] 1.6.0-beta2 --- README.md | 4 ++++ manifest-beta.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 79ba9e8..7755721 100644 --- a/README.md +++ b/README.md @@ -116,3 +116,7 @@ For example, if you'd like the usual yellow highlight on search matches, you can ## LICENSE Omnisearch is licensed under [GPL-3](https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)). + +## Sponsors + +![JetBrains Logo (Main) logo](https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg) diff --git a/manifest-beta.json b/manifest-beta.json index ba7faa8..9847bbd 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.6.0-beta1", + "version": "1.6.0-beta2", "minAppVersion": "0.15.6", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index 3571d31..8ce15b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.6.0-beta1", + "version": "1.6.0-beta2", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 9081e69..efba74f 100644 --- a/versions.json +++ b/versions.json @@ -40,5 +40,6 @@ "1.5.0": "0.15.6", "1.5.1": "0.15.6", "1.5.2": "0.15.6", - "1.6.0-beta1": "0.15.6" + "1.6.0-beta1": "0.15.6", + "1.6.0-beta2": "0.15.6" } \ No newline at end of file