From d73fc6a663d170ddfab498e9fa8efae4cdcb7852 Mon Sep 17 00:00:00 2001 From: Yaotian-Liu Date: Wed, 17 Jan 2024 16:42:01 -0700 Subject: [PATCH] new release 1.5.5 --- 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 361effb..7b3b5b0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "pseudocode-in-obs", "name": "Pseudocode", - "version": "1.5.4", + "version": "1.5.5", "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 0b9178f..fde8dce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pseudocode-in-obs", - "version": "1.5.4", + "version": "1.5.5", "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 9edcea4..4bcf82c 100644 --- a/versions.json +++ b/versions.json @@ -27,5 +27,6 @@ "1.5.1": "0.15.0", "1.5.2": "0.15.0", "1.5.3": "0.15.0", - "1.5.4": "0.15.0" + "1.5.4": "0.15.0", + "1.5.5": "0.15.0" } \ No newline at end of file