diff --git a/manifest.json b/manifest.json index 504777d..8aaa8bf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "math-booster", "name": "Math Booster", - "version": "0.6.10", + "version": "0.6.11", "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 5272a42..2d229d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-math-booster", - "version": "0.6.10", + "version": "0.6.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-math-booster", - "version": "0.6.10", + "version": "0.6.11", "license": "MIT", "dependencies": { "@codemirror/language": "^6.0.0", diff --git a/package.json b/package.json index 31e6eb0..1c13083 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-math-booster", - "version": "0.6.10", + "version": "0.6.11", "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": {