From 311252e129c1956aa077c288393abfd1b5199f89 Mon Sep 17 00:00:00 2001 From: Kodai Nakamura Date: Thu, 20 Feb 2025 22:04:48 +0900 Subject: [PATCH] 1.3.2 --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 33d44e6..458120f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "automatic-linker", "name": "Automatic Linker", - "version": "1.3.1", + "version": "1.3.2", "minAppVersion": "1.8.7", "description": "Automatically converts plain text file references into wiki links (i.e. `[[...]]`)", "author": "Kodai Nakamura", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index a89bbd8..f5e95dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "automatic-linker", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "automatic-linker", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "dependencies": { "@types/async-lock": "^1.4.2", diff --git a/package.json b/package.json index 55572df..98d8767 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "automatic-linker", - "version": "1.3.1", + "version": "1.3.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 d1e1a21..0449773 100644 --- a/versions.json +++ b/versions.json @@ -37,5 +37,6 @@ "1.2.1": "1.8.0", "1.2.2": "1.8.0", "1.3.0": "1.8.0", - "1.3.1": "1.8.0" -} + "1.3.1": "1.8.0", + "1.3.2": "1.8.7" +} \ No newline at end of file