From 7c72b8caa9143a9ec832855820dd4cb36bd9a312 Mon Sep 17 00:00:00 2001 From: Yaotian-Liu Date: Wed, 31 May 2023 12:01:50 +0800 Subject: [PATCH] new release 1.4.1 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- versions.json | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 2c1f3c5..4798719 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "pseudocode-in-obs", "name": "Pseudocode", - "version": "1.4.0", + "version": "1.4.1", "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-lock.json b/package-lock.json index 3eeba2a..aecdc37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pseudocode-in-obs", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pseudocode-in-obs", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "dependencies": { "katex": "0.11.1", diff --git a/package.json b/package.json index f0a5cb7..7ee9d1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pseudocode-in-obs", - "version": "1.4.0", + "version": "1.4.1", "description": "This is an obsidian plugin that helps to render a LaTeX-style pseudocode inside a code block.", "main": "main.js", "scripts": { @@ -26,4 +26,4 @@ "pseudocode": "ytliu74/pseudocode.js#master", "katex": "0.11.1" } -} \ No newline at end of file +} diff --git a/versions.json b/versions.json index 315612a..7e56990 100644 --- a/versions.json +++ b/versions.json @@ -18,5 +18,6 @@ "1.2.3": "0.15.0", "1.3.0": "0.15.0", "1.3.1": "0.15.0", - "1.4.0": "0.15.0" + "1.4.0": "0.15.0", + "1.4.1": "0.15.0" } \ No newline at end of file