From 2cc82932bfe9d1f50ccace1650dd4caaac3811ad Mon Sep 17 00:00:00 2001 From: artisticat <100622574+artisticat1@users.noreply.github.com> Date: Fri, 23 Feb 2024 18:42:10 +0000 Subject: [PATCH] 1.9.1 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index c6eaa13..e2be82f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-latex-suite", "name": "Latex Suite", - "version": "1.9.0", + "version": "1.9.1", "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 3857a6e..d6d5ba5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-latex-suite", - "version": "1.9.0", + "version": "1.9.1", "description": "Make typesetting LaTeX math as fast as handwriting through snippets, text expansion, and editor enhancements", "main": "main.js", "scripts": {