diff --git a/manifest-beta.json b/manifest-beta.json index de5c51e..eafa83d 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "math-booster", "name": "Math Booster", - "version": "2.0.2", + "version": "2.0.3", "minAppVersion": "1.3.5", "description": "Turn your Obsidian into LaTeX on steroids. Dynamically numbered theorem environments & equations, enhanced theorems/equations search & link auto-completion, and live-rendering of equations inside callouts & quotes.", "author": "Ryota Ushio", diff --git a/manifest.json b/manifest.json index de5c51e..eafa83d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "math-booster", "name": "Math Booster", - "version": "2.0.2", + "version": "2.0.3", "minAppVersion": "1.3.5", "description": "Turn your Obsidian into LaTeX on steroids. Dynamically numbered theorem environments & equations, enhanced theorems/equations search & link auto-completion, and live-rendering of equations inside callouts & quotes.", "author": "Ryota Ushio", diff --git a/package.json b/package.json index 0d14c2e..038c265 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-math-booster", - "version": "2.0.2", + "version": "2.0.3", "description": "Turn your Obsidian into LaTeX on steroids. Dynamically numbered theorem environments & equations, enhanced theorems/equations search & link auto-completion, and live-rendering of equations inside callouts & quotes.", "scripts": { "dev": "node esbuild.config.mjs",