diff --git a/manifest.json b/manifest.json index c121563..8fb85c7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "obsidian-latex", "name": "Extended MathJax", - "version": "0.1.0", - "minAppVersion": "0.9.12", + "version": "0.2.0", + "minAppVersion": "0.11.13", "description": "Adds support for a MathJax preamble and enables additional MathJax extensions for specific domains (chemistry, proofs).", "author": "Xavier Denis", "authorUrl": "https://github.com/xldenis/obsidian-latex", diff --git a/versions.json b/versions.json index ba14785..788156a 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,4 @@ { - "1.0.1": "0.9.12", - "1.0.0": "0.9.7" + "0.1.0": "0.9.12", + "0.2.0": "0.11.13" }