new release 1.1.11

This commit is contained in:
Yaotian-Liu 2023-04-29 13:24:42 +08:00
parent e7a4897b82
commit 8d014eeb96
No known key found for this signature in database
GPG key ID: FB9E38CC4C16D871
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "pseudocode-in-obs",
"name": "Pseudocode",
"version": "1.1.10",
"version": "1.1.11",
"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",

View file

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

View file

@ -10,5 +10,6 @@
"1.1.7": "0.15.0",
"1.1.8": "0.15.0",
"1.1.9": "0.15.0",
"1.1.10": "0.15.0"
"1.1.10": "0.15.0",
"1.1.11": "0.15.0"
}