From a8ab003c9f641667568131970573dafddd7a8169 Mon Sep 17 00:00:00 2001 From: Jeremy Valentine <38669521+valentine195@users.noreply.github.com> Date: Thu, 26 Jan 2023 20:18:50 -0500 Subject: [PATCH] chore: lock obsidian version --- manifest.json | 2 +- versions.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 1015027..437ddb9 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "obsidian-admonition", "name": "Admonition", "version": "9.1.0", - "minAppVersion": "0.14.0", + "minAppVersion": "1.1.0", "description": "Enhanced callouts for Obsidian.md", "author": "Jeremy Valentine", "authorUrl": "", diff --git a/versions.json b/versions.json index 458b002..32144cd 100644 --- a/versions.json +++ b/versions.json @@ -14,5 +14,6 @@ "6.2.10": "0.12.4", "6.4.1": "0.12.10", "7.0.4": "0.13.14", - "8.0.0": "0.14.0" + "8.0.0": "0.14.0", + "9.2.0": "1.1.0" }