From 0978a64193c579d0a86309c5c160c24aa1f9e0bd Mon Sep 17 00:00:00 2001 From: RyotaUshio Date: Sun, 3 Dec 2023 04:14:17 +0900 Subject: [PATCH] release: 0.3.5 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index a65ebc1..c4285be 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "math-in-callout", "name": "Better Math in Callouts & Blockquotes", - "version": "0.3.4", + "version": "0.3.5", "minAppVersion": "1.3.15", "description": "Add a better Live Preview support for math rendering inside callouts & blockquotes.", "author": "Ryota Ushio", diff --git a/package-lock.json b/package-lock.json index c6449c8..9c78f90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "math-in-callout", - "version": "0.3.4", + "version": "0.3.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "math-in-callout", - "version": "0.3.4", + "version": "0.3.5", "license": "MIT", "dependencies": { "@codemirror/language": "^6.9.1", diff --git a/package.json b/package.json index 5a82cfb..951a88f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "math-in-callout", - "version": "0.3.4", + "version": "0.3.5", "description": "Add a better Live Preview support for math rendering inside callouts & blockquotes.", "scripts": { "dev": "node esbuild.config.mjs",