new release 1.1.5

This commit is contained in:
Yaotian-Liu 2023-03-24 19:53:36 +08:00
parent 42442a0fc4
commit 96bc613199
No known key found for this signature in database
GPG key ID: 4AEEE42596AA7552
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "pseudocode-in-obs",
"name": "Pseudocode",
"version": "1.1.4",
"version": "1.1.5",
"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.4",
"version": "1.1.5",
"description": "This is an obsidian plugin that helps to render a LaTeX-style pseudocode inside a code block.",
"main": "main.js",
"scripts": {

View file

@ -4,5 +4,6 @@
"1.1.1": "0.15.0",
"1.1.2": "0.15.0",
"1.1.3": "0.15.0",
"1.1.4": "0.15.0"
"1.1.4": "0.15.0",
"1.1.5": "0.15.0"
}