From 6912d99d2764039781a812f84efe9ed60585899e Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Wed, 27 Apr 2022 07:31:57 +0200 Subject: [PATCH] 1.0.0 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index e6a2658..9f4b0a0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "omnisearch", "name": "Omnisearch", - "version": "0.2.5", + "version": "1.0.0", "minAppVersion": "0.14.2", "description": "A search engine that just works", "author": "Simon Cambier", diff --git a/package.json b/package.json index ad14017..e8feafe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "0.2.5", + "version": "1.0.0", "description": "A search engine for Obsidian", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index de02512..ac69b47 100644 --- a/versions.json +++ b/versions.json @@ -13,5 +13,6 @@ "0.2.2": "0.14.2", "0.2.3": "0.14.2", "0.2.4": "0.14.2", - "0.2.5": "0.14.2" + "0.2.5": "0.14.2", + "1.0.0": "0.14.2" } \ No newline at end of file