From 5b83128ca8689fcaad6f90f5e579fe7d8003e4f6 Mon Sep 17 00:00:00 2001 From: Yaotian-Liu Date: Tue, 23 May 2023 10:57:01 +0800 Subject: [PATCH] new release 1.3.1 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index cf56564..cf2da61 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "pseudocode-in-obs", "name": "Pseudocode", - "version": "1.3.0", + "version": "1.3.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 e22ce15..cea5fe1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pseudocode-in-obs", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pseudocode-in-obs", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "dependencies": { "katex": "0.11.1", diff --git a/package.json b/package.json index e6a8afa..58f9faf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pseudocode-in-obs", - "version": "1.3.0", + "version": "1.3.1", "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 c1d852d..fdfa5ae 100644 --- a/versions.json +++ b/versions.json @@ -16,5 +16,6 @@ "1.2.1": "0.15.0", "1.2.2": "0.15.0", "1.2.3": "0.15.0", - "1.3.0": "0.15.0" + "1.3.0": "0.15.0", + "1.3.1": "0.15.0" } \ No newline at end of file