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