diff --git a/manifest.json b/manifest.json index 9a1d9a0..0b08577 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "math-in-callout", "name": "Better Math in Callouts & Blockquotes", - "version": "0.3.1", + "version": "0.3.2", "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 4daba72..8449ea4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "math-in-callout", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "math-in-callout", - "version": "0.3.1", + "version": "0.3.2", "license": "MIT", "dependencies": { "@codemirror/language": "^6.9.1", diff --git a/package.json b/package.json index 9a67588..27083a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "math-in-callout", - "version": "0.3.1", + "version": "0.3.2", "description": "Add a better Live Preview support for math rendering inside callouts & blockquotes.", "scripts": { "dev": "node esbuild.config.mjs",