diff --git a/manifest.json b/manifest.json index b5474e2..a87be3c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "automatic-linker", "name": "Automatic Linker", - "version": "1.8.0", + "version": "1.9.0", "minAppVersion": "1.8.7", "description": "Automatically converts plain text file references into wiki links (i.e. `[[...]]`)", "author": "Kodai Nakamura", diff --git a/package-lock.json b/package-lock.json index 53a6e05..872af7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "automatic-linker", - "version": "1.8.0", + "version": "1.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "automatic-linker", - "version": "1.8.0", + "version": "1.9.0", "license": "MIT", "dependencies": { "@types/async-lock": "^1.4.2", diff --git a/package.json b/package.json index 8b07e9b..cfc6275 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "automatic-linker", - "version": "1.8.0", + "version": "1.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 f203f2b..25cf0b6 100644 --- a/versions.json +++ b/versions.json @@ -49,5 +49,6 @@ "1.6.3": "1.8.7", "1.6.4": "1.8.7", "1.7.0": "1.8.7", - "1.8.0": "1.8.7" + "1.8.0": "1.8.7", + "1.9.0": "1.8.7" } \ No newline at end of file