From 32fea61b4e38473ef7b9f7ea61746e76a1ddee75 Mon Sep 17 00:00:00 2001 From: Kodai Nakamura Date: Thu, 20 Feb 2025 21:40:46 +0900 Subject: [PATCH] chore: update minimum app version to 1.8.7 in manifest --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 630c06d..33d44e6 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "automatic-linker", "name": "Automatic Linker", "version": "1.3.1", - "minAppVersion": "1.8.0", + "minAppVersion": "1.8.7", "description": "Automatically converts plain text file references into wiki links (i.e. `[[...]]`)", "author": "Kodai Nakamura", "isDesktopOnly": false