diff --git a/manifest.json b/manifest.json index 2063a7f..7d4b641 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "pseudocode-in-obs", "name": "Pseudocode", - "version": "1.5.8", + "version": "1.6.0", "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 c6e61d1..13c0d95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pseudocode-in-obs", - "version": "1.5.8", + "version": "1.6.0", "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 8120597..fe17053 100644 --- a/versions.json +++ b/versions.json @@ -31,5 +31,6 @@ "1.5.5": "0.15.0", "1.5.6": "0.15.0", "1.5.7": "0.15.0", - "1.5.8": "0.15.0" + "1.5.8": "0.15.0", + "1.6.0": "0.15.0" } \ No newline at end of file