diff --git a/manifest.json b/manifest.json index 210d83e..95aaea8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "code-files", "name": "Code Files", - "version": "1.1.8", + "version": "1.1.9", "minAppVersion": "0.15.0", "description": "Edit Code Files in Obsidian with VSCode's powerful Monaco Editor", "author": "Lukas Bach", diff --git a/package.json b/package.json index 8ca5808..e97f95b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-code-files-plugin", - "version": "1.1.8", + "version": "1.1.9", "main": "main.js", "scripts": { "build": "obsidian-plugin build src/main.ts", diff --git a/versions.json b/versions.json index ab3963a..ce96fa3 100644 --- a/versions.json +++ b/versions.json @@ -16,5 +16,6 @@ "1.1.5": "0.15.0", "1.1.6": "0.15.0", "1.1.7": "0.15.0", - "1.1.8": "0.15.0" + "1.1.8": "0.15.0", + "1.1.9": "0.15.0" } \ No newline at end of file