From e71e2bbf459354f9768ba90c7717114fc5f2b177 Mon Sep 17 00:00:00 2001 From: Ng Wei En Date: Fri, 13 Jan 2023 13:51:40 +0800 Subject: [PATCH] Release v0.4.1 --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 38abedb..8ea8205 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "obsidian-latex", "name": "Extended MathJax", - "version": "0.4.0", + "version": "0.4.1", "minAppVersion": "0.12.16", "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", + "author": "Xavier Denis & Ng Wei En", + "authorUrl": "https://github.com/wei2912/obsidian-latex", "isDesktopOnly": false }