diff --git a/manifest.json b/manifest.json index dbcfa99..3f5dbe4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,10 @@ { "id": "pseudocode-in-obs", "name": "Pseudocode", - "version": "1.1.0", + "version": "1.1.1", "minAppVersion": "0.15.0", "description": "This is an obsidian plugin that helps to render a LaTeX-style pseudocode inside a code block.", "author": "Yaotian Liu", "authorUrl": "https://github.com/Yaotian-Liu", - "fundingUrl": "", "isDesktopOnly": false } diff --git a/versions.json b/versions.json index 5934189..4b6bf98 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.1.0": "0.15.0" -} + "1.1.0": "0.15.0", + "1.1.1": "0.15.0" +} \ No newline at end of file