diff --git a/manifest.json b/manifest.json index 1a2dcb6..cf56564 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "pseudocode-in-obs", "name": "Pseudocode", - "version": "1.2.3", + "version": "1.3.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-lock.json b/package-lock.json index f38847e..e22ce15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pseudocode-in-obs", - "version": "1.2.3", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pseudocode-in-obs", - "version": "1.2.3", + "version": "1.3.0", "license": "MIT", "dependencies": { "katex": "0.11.1", diff --git a/package.json b/package.json index f78b592..e6a8afa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pseudocode-in-obs", - "version": "1.2.3", + "version": "1.3.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 f6722f0..c1d852d 100644 --- a/versions.json +++ b/versions.json @@ -15,5 +15,6 @@ "1.2.0": "0.15.0", "1.2.1": "0.15.0", "1.2.2": "0.15.0", - "1.2.3": "0.15.0" + "1.2.3": "0.15.0", + "1.3.0": "0.15.0" } \ No newline at end of file