diff --git a/manifest.json b/manifest.json index e6d77ed..becfe01 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "pseudocode-in-obs", "name": "Pseudocode", - "version": "1.1.4", + "version": "1.1.5", "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", diff --git a/package.json b/package.json index 2906b71..69fd5ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pseudocode-in-obs", - "version": "1.1.4", + "version": "1.1.5", "description": "This is an obsidian plugin that helps to render a LaTeX-style pseudocode inside a code block.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index d2964cc..bef2fe3 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.1.1": "0.15.0", "1.1.2": "0.15.0", "1.1.3": "0.15.0", - "1.1.4": "0.15.0" + "1.1.4": "0.15.0", + "1.1.5": "0.15.0" } \ No newline at end of file