new version 1.1.2

This commit is contained in:
Yaotian-Liu 2023-03-19 12:00:20 +08:00
parent 27bbfe3b14
commit a6bd7b1f90
No known key found for this signature in database
GPG key ID: 4AEEE42596AA7552
3 changed files with 5 additions and 4 deletions

View file

@ -1,10 +1,10 @@
{
"id": "pseudocode-in-obs",
"name": "Pseudocode",
"version": "1.1.1",
"version": "1.1.2",
"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",
"isDesktopOnly": false
}
}

View file

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

View file

@ -1,5 +1,6 @@
{
"1.0.0": "0.15.0",
"1.1.0": "0.15.0",
"1.1.1": "0.15.0"
"1.1.1": "0.15.0",
"1.1.2": "0.15.0"
}