diff --git a/manifest-beta.json b/manifest-beta.json index 04058a7..7059656 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "math-booster", "name": "Math Booster", - "version": "2.0.0-beta5", + "version": "2.0.0-beta6", "minAppVersion": "1.3.5", "description": "Turn your Obsidian into LaTeX on steroids. Dynamically numbered theorem environments & equations, theorems/equations live suggestion, showing backlinks to theorems/equations and live-rendering equations inside callouts & quotes.", "author": "Ryota Ushio", diff --git a/package-lock.json b/package-lock.json index 1641e29..1474c0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-math-booster", - "version": "2.0.0-beta5", + "version": "2.0.0-beta6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-math-booster", - "version": "2.0.0-beta5", + "version": "2.0.0-beta6", "license": "MIT", "dependencies": { "@codemirror/language": "^6.0.0", diff --git a/package.json b/package.json index e1c84b6..170a8b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-math-booster", - "version": "2.0.0-beta5", + "version": "2.0.0-beta6", "description": "Turn your Obsidian into LaTeX on steroids. Dynamically numbered theorem environments & equations, theorems/equations live suggestion, showing backlinks to theorems/equations and live-rendering equations inside callouts & quotes.", "main": "main.js", "scripts": {