From 4b0d6f4eccbe9c6bbb99245f3527e5e1036b0d6a Mon Sep 17 00:00:00 2001 From: Kodai Nakamura Date: Sun, 2 Feb 2025 14:02:06 +0900 Subject: [PATCH] 0.0.3 --- 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 13ab55a..9d0a613 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-automatic-linker", "name": "Automatic Linker", - "version": "0.0.2", + "version": "0.0.3", "minAppVersion": "0.15.0", "description": "Demonstrates some of the capabilities of the Obsidian API.", "author": "Obsidian", diff --git a/package-lock.json b/package-lock.json index 65c048b..cff34c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-automatic-linker", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-automatic-linker", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "devDependencies": { "@types/node": "^22.12.0", diff --git a/package.json b/package.json index 605fb00..6f83b8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-automatic-linker", - "version": "0.0.2", + "version": "0.0.3", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 7a2a412..66cce18 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.0.1": "0.15.0", - "0.0.2": "0.15.0" + "0.0.2": "0.15.0", + "0.0.3": "0.15.0" } \ No newline at end of file