From fc7d1e9de4f9ec6a87fa006a69f4088ba4f06f4a Mon Sep 17 00:00:00 2001 From: Kodai Nakamura Date: Sat, 24 May 2025 19:38:56 +0900 Subject: [PATCH] chore: update manifest.json to require Obsidian 1.9.0 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 4c51556..41f7941 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "automatic-linker", "name": "Automatic Linker", "version": "1.12.0", - "minAppVersion": "1.8.7", + "minAppVersion": "1.9.0", "description": "Automatically converts plain text file references into wiki links (i.e. `[[...]]`)", "author": "Kodai Nakamura", "isDesktopOnly": false