diff --git a/manifest.json b/manifest.json index 83ac602..60fb188 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "code-files", "name": "Code Files", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "0.15.0", "description": "Edit Code Files in Obsidian with VSCode's powerful Monaco Editor", "author": "Lukas Bach", "authorUrl": "https://lukasbach.com", "fundingUrl": "https://github.com/lukasbach/.github/blob/main/funding.md", "isDesktopOnly": true -} +} \ No newline at end of file diff --git a/package.json b/package.json index ab88387..54ca4ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-code-files-plugin", - "version": "1.0.1", + "version": "1.0.2", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", diff --git a/versions.json b/versions.json index 189c17e..03d60fe 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.0.1": "0.15.0" -} + "1.0.1": "0.15.0", + "1.0.2": "0.15.0" +} \ No newline at end of file