From 61e1bede1bde3095bfb292aa27662eed07c02e96 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sun, 28 May 2023 08:50:44 +0200 Subject: [PATCH] 1.14.2 - fixed versioning --- 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 bee0bde..72ef329 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.14.1", + "version": "1.14.2", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/manifest.json b/manifest.json index 5ae9d1e..6708391 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "1.14.1", + "version": "1.14.2", "minAppVersion": "1.0.0", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index 2359b90..737eb48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "1.14.1", + "version": "1.14.2", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 5bd57cd..29feac9 100644 --- a/versions.json +++ b/versions.json @@ -108,5 +108,6 @@ "1.14.0": "1.0.0", "1.14.1-beta.1": "1.0.0", "1.14.1-beta.2": "1.0.0", - "1.14.1": "1.0.0" + "1.14.1": "1.0.0", + "1.14.2": "1.0.0" } \ No newline at end of file