diff --git a/manifest.json b/manifest.json index e2be82f..673d8d0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-latex-suite", "name": "Latex Suite", - "version": "1.9.1", + "version": "1.9.2", "minAppVersion": "1.0.0", "description": "Make typesetting LaTeX math as fast as handwriting through snippets, text expansion, and editor enhancements", "author": "artisticat", diff --git a/package.json b/package.json index 7cc225a..dd4b6a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-latex-suite", - "version": "1.9.1", + "version": "1.9.2", "description": "Make typesetting LaTeX math as fast as handwriting through snippets, text expansion, and editor enhancements", "main": "main.js", "scripts": {