From e8ff2e9f018eb6676aa3031f08defb65a86e55d7 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sun, 9 Apr 2023 09:20:41 +0200 Subject: [PATCH 1/2] 1.14.0-beta.1 manifest --- manifest-beta.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 73e44d5..c8f181a 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.13.0", + "version": "1.14.0-beta.1", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/versions.json b/versions.json index 6a13554..f3b48c7 100644 --- a/versions.json +++ b/versions.json @@ -103,5 +103,6 @@ "1.12.3": "1.0.0", "1.13.0-beta.1": "1.0.0", "1.13.0-beta.2": "1.0.0", - "1.13.0": "1.0.0" + "1.13.0": "1.0.0", + "1.14.0-beta.1": "1.0.0" } \ No newline at end of file From a1b7638ca35b577512fe539972d279b21e8ac2ae Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sat, 22 Apr 2023 22:00:13 +0200 Subject: [PATCH 2/2] 1.14.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 c8f181a..6f67936 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.14.0-beta.1", + "version": "1.14.0", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index d26e814..b390e55 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.13.0", + "version": "1.14.0", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index 87fefa6..b59c13f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.14.0-beta.1", + "version": "1.14.0", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index f3b48c7..199be64 100644 --- a/versions.json +++ b/versions.json @@ -104,5 +104,6 @@ "1.13.0-beta.1": "1.0.0", "1.13.0-beta.2": "1.0.0", "1.13.0": "1.0.0", - "1.14.0-beta.1": "1.0.0" + "1.14.0-beta.1": "1.0.0", + "1.14.0": "1.0.0" } \ No newline at end of file