From 9f13544bb030a1f06baebfa09d38a346831b56c0 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sun, 25 May 2025 12:37:11 +0200 Subject: [PATCH] 1.27.0 --- manifest-beta.json | 8 ++++++-- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index ea424d9..3abed5a 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,10 +1,14 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.27.0-beta.1", - "minAppVersion": "1.3.0", + "version": "1.27.0", + "minAppVersion": "1.7.2", "description": "A search engine that just works", "author": "Simon Cambier", "authorUrl": "https://github.com/scambier/obsidian-omnisearch", + "fundingUrl": { + "Github": "https://github.com/sponsors/scambier", + "Ko-fi": "https://ko-fi.com/scambier" + }, "isDesktopOnly": false } \ No newline at end of file diff --git a/manifest.json b/manifest.json index a0098f1..542bbff 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.26.1", + "version": "1.27.0", "minAppVersion": "1.7.2", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index edeb36d..2d6a72c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.27.0-beta.1", + "version": "1.27.0", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 8e437da..6a6d9c7 100644 --- a/versions.json +++ b/versions.json @@ -155,5 +155,6 @@ "1.25.2": "1.3.0", "1.26.0": "1.3.0", "1.26.1": "1.3.0", - "1.27.0-beta.1": "1.3.0" + "1.27.0-beta.1": "1.3.0", + "1.27.0": "1.3.0" } \ No newline at end of file