From 84d0f70b93046eefda3faa72f07e3f60aecb8240 Mon Sep 17 00:00:00 2001 From: Oscar Capraro Date: Tue, 26 Apr 2022 11:09:46 -0700 Subject: [PATCH] v0.2.4 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index e5898f4..e933342 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-math-plus", "name": "Obsidian Math+", - "version": "0.2.3", + "version": "0.2.4", "minAppVersion": "0.12.0", "description": "This is an Obsidian plugin for taking math notes using Excalidraw.", "author": "Oscar Capraro", diff --git a/package.json b/package.json index 69e54b2..af97865 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-math-plus", - "version": "0.2.3", + "version": "0.2.4", "description": "This is a math plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 54b4458..cd7a235 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "0.2.0": "0.12.0", "0.2.1": "0.12.0", "0.2.2": "0.12.0", - "0.2.3": "0.12.0" + "0.2.3": "0.12.0", + "0.2.4": "0.12.0" }