From 247f9750bf662a7abb80585bbbff01f6012aa6b4 Mon Sep 17 00:00:00 2001 From: artisticat <100622574+artisticat1@users.noreply.github.com> Date: Sat, 1 Oct 2022 14:35:31 +0100 Subject: [PATCH] 1.5.1 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 3f095db..009a71e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-latex-suite", "name": "Latex Suite", - "version": "1.5.0", + "version": "1.5.1", "minAppVersion": "0.15.0", "description": "Make typesetting LaTeX math as fast as handwriting", "author": "artisticat", diff --git a/package.json b/package.json index a7da54f..e32b4fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-latex-suite", - "version": "1.5.0", + "version": "1.5.1", "description": "Make typesetting LaTeX math as fast as handwriting", "main": "main.js", "scripts": {