From 5aa1faec57cc4012e583a468cd26145cdd24b6cb Mon Sep 17 00:00:00 2001 From: Yaotian-Liu Date: Wed, 7 Jun 2023 15:57:09 +0800 Subject: [PATCH] new release 1.4.4 --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 2b83c36..c1e522e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "pseudocode-in-obs", "name": "Pseudocode", - "version": "1.4.3", + "version": "1.4.4", "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", + "authorUrl": "https://github.com/ytliu74", "isDesktopOnly": false } \ No newline at end of file diff --git a/package.json b/package.json index a1c5153..2597076 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pseudocode-in-obs", - "version": "1.4.3", + "version": "1.4.4", "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 57453a3..4e1b580 100644 --- a/versions.json +++ b/versions.json @@ -21,5 +21,6 @@ "1.4.0": "0.15.0", "1.4.1": "0.15.0", "1.4.2": "0.15.0", - "1.4.3": "0.15.0" + "1.4.3": "0.15.0", + "1.4.4": "0.15.0" } \ No newline at end of file