From a6bd7b1f905d72d6938ad7cd5fa4c22c5c9f0e00 Mon Sep 17 00:00:00 2001 From: Yaotian-Liu Date: Sun, 19 Mar 2023 12:00:20 +0800 Subject: [PATCH] new version 1.1.2 --- 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 3f5dbe4..7d9267d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "pseudocode-in-obs", "name": "Pseudocode", - "version": "1.1.1", + "version": "1.1.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", "authorUrl": "https://github.com/Yaotian-Liu", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index 44187c5..32ab3ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pseudocode-obsidian", - "version": "1.1.0", + "version": "1.1.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 4b6bf98..c523fe1 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.15.0", "1.1.0": "0.15.0", - "1.1.1": "0.15.0" + "1.1.1": "0.15.0", + "1.1.2": "0.15.0" } \ No newline at end of file