diff --git a/manifest.json b/manifest.json index 5901f8a..cb84689 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "automatic-linker", "name": "Automatic Linker", - "version": "0.0.12", + "version": "0.1.0", "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 a5333a5..0d296bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "automatic-linker", - "version": "0.0.12", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "automatic-linker", - "version": "0.0.12", + "version": "0.1.0", "license": "MIT", "dependencies": { "just-throttle": "^4.2.0" diff --git a/package.json b/package.json index c42b5ea..57d5929 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "automatic-linker", - "version": "0.0.12", + "version": "0.1.0", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index e9a86c9..c83b63c 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "0.0.9": "0.18.0", "0.0.10": "0.18.0", "0.0.11": "0.18.0", - "0.0.12": "0.18.0" + "0.0.12": "0.18.0", + "0.1.0": "0.18.0" } \ No newline at end of file