diff --git a/manifest-beta.json b/manifest-beta.json index 61a0d65..a01e839 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "math-booster", "name": "Math Booster", - "version": "2.0.0-beta7", + "version": "2.0.0-beta8", "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 5e59f26..55179f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-math-booster", - "version": "2.0.0-beta7", + "version": "2.0.0-beta8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-math-booster", - "version": "2.0.0-beta7", + "version": "2.0.0-beta8", "license": "MIT", "dependencies": { "@codemirror/language": "^6.0.0", diff --git a/package.json b/package.json index 7843d06..f1283a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-math-booster", - "version": "2.0.0-beta7", + "version": "2.0.0-beta8", "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": {