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",