From 4bb26746dda0f6fe955ce270c7569e460186ba99 Mon Sep 17 00:00:00 2001 From: Yaotian-Liu Date: Tue, 11 Nov 2025 15:55:36 -0700 Subject: [PATCH] new release 1.6.2 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 35c4898..33d5df3 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 3eb2cdb..d038b8f 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index d82fb9b..ffc1a3c 100644 --- a/versions.json +++ b/versions.json @@ -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" } \ No newline at end of file