mirror of
https://github.com/ytliu74/obsidian-pseudocode.git
synced 2026-07-22 07:40:25 +00:00
new release 1.5.5
This commit is contained in:
parent
1eca967479
commit
d73fc6a663
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "pseudocode-in-obs",
|
"id": "pseudocode-in-obs",
|
||||||
"name": "Pseudocode",
|
"name": "Pseudocode",
|
||||||
"version": "1.5.4",
|
"version": "1.5.5",
|
||||||
"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",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pseudocode-in-obs",
|
"name": "pseudocode-in-obs",
|
||||||
"version": "1.5.4",
|
"version": "1.5.5",
|
||||||
"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": {
|
||||||
|
|
|
||||||
|
|
@ -27,5 +27,6 @@
|
||||||
"1.5.1": "0.15.0",
|
"1.5.1": "0.15.0",
|
||||||
"1.5.2": "0.15.0",
|
"1.5.2": "0.15.0",
|
||||||
"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"
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue