From 0d889b92359d1c18b47e6bd9419164b8ed4c23f9 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Tue, 12 Apr 2022 23:12:10 +0200 Subject: [PATCH] 0.1.5 --- 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 27d2926..08c5e98 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "scambier.obsidian-omnisearch", "name": "Omnisearch", - "version": "0.1.4", + "version": "0.1.5", "minAppVersion": "0.14.2", "description": "Search over organization", "author": "Simon Cambier", diff --git a/package.json b/package.json index 0271c23..ea1ad32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scambier.obsidian-search", - "version": "0.1.4", + "version": "0.1.5", "description": "Search over organization", "main": "dist/main.js", "scripts": { diff --git a/versions.json b/versions.json index f82ad07..dbff4a1 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "0.1.1": "0.14.2", "0.1.2": "0.14.2", "0.1.3": "0.14.2", - "0.1.4": "0.14.2" + "0.1.4": "0.14.2", + "0.1.5": "0.14.2" } \ No newline at end of file