new release 1.6.2

This commit is contained in:
Yaotian-Liu 2025-11-11 15:55:36 -07:00
parent a9aed6f856
commit 4bb26746dd
No known key found for this signature in database
GPG key ID: 05D362E51003CFE8
3 changed files with 4 additions and 3 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "pseudocode-in-obs",
"version": "1.6.1",
"version": "1.6.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

@ -33,5 +33,6 @@
"1.5.7": "0.15.0",
"1.5.8": "0.15.0",
"1.6.0": "0.15.0",
"1.6.1": "0.15.0"
"1.6.1": "0.15.0",
"1.6.2": "0.15.0"
}