From 79e7fee56b6c7d4803b68d06cbe0a23d60281eb1 Mon Sep 17 00:00:00 2001 From: Kodai Nakamura Date: Tue, 18 Feb 2025 09:39:54 +0900 Subject: [PATCH] 1.3.1 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 15aba12..d720da4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "automatic-linker", "name": "Automatic Linker", - "version": "1.3.0", + "version": "1.3.1", "minAppVersion": "0.18.0", "description": "Automatically converts plain text file references into Obsidian wiki links (i.e. `[[...]]`)", "author": "Kodai Nakamura", diff --git a/package-lock.json b/package-lock.json index 3c427a4..a89bbd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "automatic-linker", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "automatic-linker", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "dependencies": { "@types/async-lock": "^1.4.2", diff --git a/package.json b/package.json index 800be84..55572df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "automatic-linker", - "version": "1.3.0", + "version": "1.3.1", "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 89f57a0..1cc5def 100644 --- a/versions.json +++ b/versions.json @@ -36,5 +36,6 @@ "1.2.0": "0.18.0", "1.2.1": "0.18.0", "1.2.2": "0.18.0", - "1.3.0": "0.18.0" + "1.3.0": "0.18.0", + "1.3.1": "0.18.0" } \ No newline at end of file