From 011b238d38c7f56dca929aca23272437a9f8cc72 Mon Sep 17 00:00:00 2001 From: Kodai Nakamura Date: Sun, 2 Feb 2025 14:14:37 +0900 Subject: [PATCH] 0.0.5 --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 3955a51..4b76321 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "automatic-linker", "name": "Automatic Linker", - "version": "0.0.4", + "version": "0.0.5", "minAppVersion": "0.18.0", "description": "Demonstrates some of the capabilities of the Obsidian API.", "author": "Kodai Nakamura", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index f7bcf58..6fdf738 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-automatic-linker", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-automatic-linker", - "version": "0.0.4", + "version": "0.0.5", "license": "MIT", "devDependencies": { "@types/node": "^22.12.0", diff --git a/package.json b/package.json index 1004e81..fa8a532 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "automatic-linker", - "version": "0.0.4", + "version": "0.0.5", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index a5ebb54..4cb1180 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "0.0.1": "0.15.0", "0.0.2": "0.15.0", "0.0.3": "0.15.0", - "0.0.4": "0.15.0" + "0.0.4": "0.15.0", + "0.0.5": "0.18.0" } \ No newline at end of file