new release 1.5.7

This commit is contained in:
Yaotian-Liu 2024-02-21 17:17:37 -07:00
parent e6b4375c25
commit 5ae081a50e
No known key found for this signature in database
GPG key ID: 05D362E51003CFE8
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ {
"id": "pseudocode-in-obs", "id": "pseudocode-in-obs",
"name": "Pseudocode", "name": "Pseudocode",
"version": "1.5.6", "version": "1.5.7",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "This is an obsidian plugin that helps to render a LaTeX-style pseudocode inside a code block.", "description": "This is an obsidian plugin that helps to render a LaTeX-style pseudocode inside a code block.",
"author": "Yaotian Liu", "author": "Yaotian Liu",

View file

@ -1,6 +1,6 @@
{ {
"name": "pseudocode-in-obs", "name": "pseudocode-in-obs",
"version": "1.5.6", "version": "1.5.7",
"description": "This is an obsidian plugin that helps to render a LaTeX-style pseudocode inside a code block.", "description": "This is an obsidian plugin that helps to render a LaTeX-style pseudocode inside a code block.",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View file

@ -29,5 +29,6 @@
"1.5.3": "0.15.0", "1.5.3": "0.15.0",
"1.5.4": "0.15.0", "1.5.4": "0.15.0",
"1.5.5": "0.15.0", "1.5.5": "0.15.0",
"1.5.6": "0.15.0" "1.5.6": "0.15.0",
"1.5.7": "0.15.0"
} }