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