diff --git a/manifest.json b/manifest.json index e7739b7..152b419 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "automatic-linker", "name": "Automatic Linker", - "version": "0.12.7", + "version": "1.0.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 50017c9..dbcb280 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "automatic-linker", - "version": "0.12.7", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "automatic-linker", - "version": "0.12.7", + "version": "1.0.0", "license": "MIT", "dependencies": { "@types/async-lock": "^1.4.2", diff --git a/package.json b/package.json index 36edaae..c57c749 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "automatic-linker", - "version": "0.12.7", + "version": "1.0.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 05f7421..ebb0a0c 100644 --- a/versions.json +++ b/versions.json @@ -30,5 +30,6 @@ "0.12.4": "0.18.0", "0.12.5": "0.18.0", "0.12.6": "0.18.0", - "0.12.7": "0.18.0" + "0.12.7": "0.18.0", + "1.0.0": "0.18.0" } \ No newline at end of file