diff --git a/manifest.json b/manifest.json index 7f8da4e..a9b667a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "automatic-linker", "name": "Automatic Linker", - "version": "0.0.6", + "version": "0.0.7", "minAppVersion": "0.18.0", "description": "Demonstrates some of the capabilities of the Obsidian API.", "author": "Kodai Nakamura", diff --git a/package-lock.json b/package-lock.json index 15a31d0..1084a89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-automatic-linker", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-automatic-linker", - "version": "0.0.6", + "version": "0.0.7", "license": "MIT", "devDependencies": { "@types/node": "^22.12.0", diff --git a/package.json b/package.json index 1217224..a6d5c91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "automatic-linker", - "version": "0.0.6", + "version": "0.0.7", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index c8d07ba..831caf2 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "0.0.3": "0.15.0", "0.0.4": "0.15.0", "0.0.5": "0.18.0", - "0.0.6": "0.18.0" + "0.0.6": "0.18.0", + "0.0.7": "0.18.0" } \ No newline at end of file