diff --git a/manifest.json b/manifest.json index ef59e0b..7aa54a5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "automatic-linker", "name": "Automatic Linker", - "version": "0.8.0", + "version": "0.9.0", "minAppVersion": "0.18.0", "description": "Automatically converts plain text file references into Obsidian wiki links (i.e. `[[...]]`)", "author": "Kodai Nakamura", diff --git a/package-lock.json b/package-lock.json index 029ef90..726b893 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "automatic-linker", - "version": "0.8.0", + "version": "0.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "automatic-linker", - "version": "0.8.0", + "version": "0.9.0", "license": "MIT", "dependencies": { "just-throttle": "^4.2.0" diff --git a/package.json b/package.json index b6c12f1..f132c04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "automatic-linker", - "version": "0.8.0", + "version": "0.9.0", "description": "Automatically converts plain text file references into Obsidian wiki links (i.e. `[[...]]`)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 1b153fb..483ed14 100644 --- a/versions.json +++ b/versions.json @@ -18,5 +18,6 @@ "0.5.0": "0.18.0", "0.6.0": "0.18.0", "0.7.0": "0.18.0", - "0.8.0": "0.18.0" + "0.8.0": "0.18.0", + "0.9.0": "0.18.0" } \ No newline at end of file