From 01a9e976e6457669c3275ef00c5408bfc8345386 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sat, 26 Oct 2024 11:15:08 +0200 Subject: [PATCH] 1.25.0 --- 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 69dc676..04cb83b 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.25.0-beta.2", + "version": "1.25.0", "minAppVersion": "1.3.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index 4fa93ed..ea68e04 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.24.1", + "version": "1.25.0", "minAppVersion": "1.7.2", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index 67a4365..9ffd5bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.25.0-beta.4", + "version": "1.25.0", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 1b93930..d17ade0 100644 --- a/versions.json +++ b/versions.json @@ -149,5 +149,6 @@ "1.24.0": "1.3.0", "1.24.1": "1.3.0", "1.25.0-beta.1": "1.3.0", - "1.25.0-beta.2": "1.3.0" + "1.25.0-beta.2": "1.3.0", + "1.25.0": "1.3.0" } \ No newline at end of file