From d709ce086a975a3feab757eee5ef15dfcb3b30a3 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Thu, 21 Apr 2022 22:33:46 +0200 Subject: [PATCH] 0.2.1 --- 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 a44ed8f..857d990 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "scambier.obsidian-omnisearch", "name": "Omnisearch", - "version": "0.2.0", + "version": "0.2.1", "minAppVersion": "0.14.2", "description": "Search over organization", "author": "Simon Cambier", diff --git a/package.json b/package.json index 1253c50..5d1042c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "0.2.0", + "version": "0.2.1", "description": "Search over organization", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index 922dd33..b17bd3d 100644 --- a/versions.json +++ b/versions.json @@ -8,5 +8,6 @@ "0.1.6": "0.14.2", "0.1.7": "0.14.2", "0.1.8": "0.14.2", - "0.2.0": "0.14.2" + "0.2.0": "0.14.2", + "0.2.1": "0.14.2" } \ No newline at end of file