From 619716301e666fc1b1354d9da06e0ad343cd7295 Mon Sep 17 00:00:00 2001 From: Catalin Costache Date: Sat, 28 Sep 2024 10:43:59 +0300 Subject: [PATCH] release:beta --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d446edb..541d9fd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "tree-search", "name": "Tree Search", - "version": "0.0.13", + "version": "0.0.14", "minAppVersion": "0.15.0", "description": "Quickly search hierarchical line trees in Obsidian", "author": "Catalin Costache", diff --git a/versions.json b/versions.json index 9deffc1..0a0a1e7 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "0.0.10": "0.15.0", "0.0.11": "0.15.0", "0.0.12": "0.15.0", - "0.0.13": "0.15.0" + "0.0.13": "0.15.0", + "0.0.14": "0.15.0" } \ No newline at end of file