From 4d7a2bc4b5d9479dc7f403dd3be91d3f3bb55b33 Mon Sep 17 00:00:00 2001 From: Oscar Capraro Date: Thu, 28 Apr 2022 14:26:13 -0700 Subject: [PATCH] v0.2.6 --- 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 57606a2..6d8cf8b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-math-plus", "name": "Obsidian Math+", - "version": "0.2.5", + "version": "0.2.6", "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 37f2759..7176188 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-math-plus", - "version": "0.2.5", + "version": "0.2.6", "description": "This is a math plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 5954e8a..92fd08a 100644 --- a/versions.json +++ b/versions.json @@ -7,5 +7,6 @@ "0.2.2": "0.12.0", "0.2.3": "0.12.0", "0.2.4": "0.12.0", - "0.2.5": "0.12.0" + "0.2.5": "0.12.0", + "0.2.6": "0.12.0" }