From fdb8218805888965ce54aba98ca76d764e337b2b Mon Sep 17 00:00:00 2001 From: Yaotian-Liu Date: Sun, 16 Apr 2023 13:11:30 +0800 Subject: [PATCH] new release 1.1.8 --- manifest.json | 2 +- package.json | 4 ++-- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index e07d00e..23da914 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "pseudocode-in-obs", "name": "Pseudocode", - "version": "1.1.7", + "version": "1.1.8", "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 6373014..7cbd193 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "pseudocode-in-obs", - "version": "1.1.7", + "version": "1.1.8", "description": "This is an obsidian plugin that helps to render a LaTeX-style pseudocode inside a code block.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", - "version": "node version-bump.mjs && git add manifest.json versions.json" + "version": "node version-bump.mjs" }, "keywords": [], "author": "", diff --git a/versions.json b/versions.json index fcf2248..9bd4b02 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "1.1.4": "0.15.0", "1.1.5": "0.15.0", "1.1.6": "0.15.0", - "1.1.7": "0.15.0" + "1.1.7": "0.15.0", + "1.1.8": "0.15.0" } \ No newline at end of file