From 1ca36195419e76cd8e3b043206e453711dc660ce Mon Sep 17 00:00:00 2001 From: Kodai Nakamura Date: Sun, 21 Jun 2026 23:23:12 +0900 Subject: [PATCH] 4.5.2 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 2fc135f..84227c2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "automatic-linker", "name": "Automatic Linker", - "version": "4.5.1", + "version": "4.5.2", "minAppVersion": "1.9.0", "description": "Automatically converts plain text file references into wiki links (i.e. `[[...]]`).", "author": "Kodai Nakamura", diff --git a/package.json b/package.json index 2ef720e..dc82eec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "automatic-linker", - "version": "4.5.1", + "version": "4.5.2", "description": "Automatically converts plain text file references into Obsidian wiki links (i.e. `[[...]]`)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 59c3322..2e5a2ce 100644 --- a/versions.json +++ b/versions.json @@ -117,5 +117,6 @@ "4.3.3": "1.9.0", "4.4.0": "1.9.0", "4.5.0": "1.9.0", - "4.5.1": "1.9.0" + "4.5.1": "1.9.0", + "4.5.2": "1.9.0" } \ No newline at end of file