From 1d2f6a07a0e385b74652f1fe940fa491ec69deb3 Mon Sep 17 00:00:00 2001 From: artisticat <100622574+artisticat1@users.noreply.github.com> Date: Sat, 21 Oct 2023 13:16:21 +0100 Subject: [PATCH] 1.8.6 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index b3ac845..8b0edf4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-latex-suite", "name": "Latex Suite", - "version": "1.8.5", + "version": "1.8.6", "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 3b7143d..ce2fc99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-latex-suite", - "version": "1.8.5", + "version": "1.8.6", "description": "Make typesetting LaTeX math as fast as handwriting through snippets, text expansion, and editor enhancements", "main": "main.js", "scripts": {