diff --git a/manifest-beta.json b/manifest-beta.json index f189c94..43d63a9 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,11 +1,11 @@ { "id": "tree-search", "name": "Tree Search", - "version": "0.0.17", + "version": "0.0.18", "minAppVersion": "0.15.0", - "description": "Quickly search hierarchical line trees in Obsidian", + "description": "Quickly search hierarchical line trees", "author": "Catalin Costache", "authorUrl": "https://github.com/catacgc", "fundingUrl": "https://github.com/sponsors/catacgc", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/manifest.json b/manifest.json index cfc9280..43d63a9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "tree-search", "name": "Tree Search", - "version": "0.0.17", + "version": "0.0.18", "minAppVersion": "0.15.0", "description": "Quickly search hierarchical line trees", "author": "Catalin Costache", diff --git a/package.json b/package.json index 7cf8dd7..1894247 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-tree-search", - "version": "0.0.17", + "version": "0.0.18", "description": "Quickly search trees of lines in Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 811e8e0..28c4ffe 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "0.0.14": "0.15.0", "0.0.15": "0.15.0", "0.0.16": "0.15.0", - "0.0.17": "0.15.0" + "0.0.17": "0.15.0", + "0.0.18": "0.15.0" } \ No newline at end of file