diff --git a/manifest.json b/manifest.json index 9d65acd..a759a82 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "automatic-linker", "name": "Automatic Linker", - "version": "0.0.3", + "version": "0.0.4", "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 cff34c1..f7bcf58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-automatic-linker", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-automatic-linker", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "devDependencies": { "@types/node": "^22.12.0", diff --git a/package.json b/package.json index 4812c48..1004e81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "automatic-linker", - "version": "0.0.3", + "version": "0.0.4", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 66cce18..a5ebb54 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "0.0.1": "0.15.0", "0.0.2": "0.15.0", - "0.0.3": "0.15.0" + "0.0.3": "0.15.0", + "0.0.4": "0.15.0" } \ No newline at end of file