From a5e480a32c04b8cb75e5f72e52e21172527eab2a Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sat, 4 Oct 2025 11:31:00 +0200 Subject: [PATCH] 1.27.3 --- 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 26dcdf5..2675ba6 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.27.2", + "version": "1.27.3", "minAppVersion": "1.7.2", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index 2c303ff..fa9c627 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.27.2", + "version": "1.27.3", "minAppVersion": "1.7.2", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index 6d9ac2f..3c4d996 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.27.2", + "version": "1.27.3", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 7207e6e..230b0b4 100644 --- a/versions.json +++ b/versions.json @@ -158,5 +158,6 @@ "1.27.0-beta.1": "1.3.0", "1.27.0": "1.3.0", "1.27.1": "1.7.2", - "1.27.2": "1.7.2" + "1.27.2": "1.7.2", + "1.27.3": "1.7.2" } \ No newline at end of file