new release 1.4.4

This commit is contained in:
Yaotian-Liu 2023-06-07 15:57:09 +08:00
parent d5c13357bf
commit 5aa1faec57
No known key found for this signature in database
GPG key ID: 160A5464FF2FBA1F
3 changed files with 5 additions and 4 deletions

View file

@ -1,10 +1,10 @@
{
"id": "pseudocode-in-obs",
"name": "Pseudocode",
"version": "1.4.3",
"version": "1.4.4",
"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",
"authorUrl": "https://github.com/Yaotian-Liu",
"authorUrl": "https://github.com/ytliu74",
"isDesktopOnly": false
}

View file

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

View file

@ -21,5 +21,6 @@
"1.4.0": "0.15.0",
"1.4.1": "0.15.0",
"1.4.2": "0.15.0",
"1.4.3": "0.15.0"
"1.4.3": "0.15.0",
"1.4.4": "0.15.0"
}