From 4f7167fc32cc91c7ea1243722f303df11ffde40d Mon Sep 17 00:00:00 2001 From: quorafind <951011105@qq.com> Date: Mon, 9 Sep 2024 11:19:55 +0800 Subject: [PATCH] chore: release obsidian plugin v0.1.9 --- manifest-beta.json | 2 +- manifest.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 0a3c4d7..7043176 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "outliner-md", "name": "Outliner.md", - "version": "0.1.8", + "version": "0.1.9", "minAppVersion": "1.4.0", "description": "Powerful outliner (editor) view for Obsidian.", "author": "Boninall", diff --git a/manifest.json b/manifest.json index 0a3c4d7..7043176 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "outliner-md", "name": "Outliner.md", - "version": "0.1.8", + "version": "0.1.9", "minAppVersion": "1.4.0", "description": "Powerful outliner (editor) view for Obsidian.", "author": "Boninall", diff --git a/versions.json b/versions.json index 072c9a0..845c3fb 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "0.1.5": "0.15.0", "0.1.6": "0.15.0", "0.1.7": "0.15.0", - "0.1.8": "0.15.0" + "0.1.8": "0.15.0", + "0.1.9": "1.4.0" } \ No newline at end of file