From e52612054745a81e6d2aa6fb022c181b830a8301 Mon Sep 17 00:00:00 2001 From: Oscar Capraro Date: Tue, 17 May 2022 19:07:17 -0700 Subject: [PATCH] v0.2.11 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index ff5c023..34f20f8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-math-plus", "name": "Obsidian Math+", - "version": "0.2.10", + "version": "0.2.11", "minAppVersion": "0.12.0", "description": "This is an Obsidian plugin for taking math notes using Excalidraw.", "author": "Oscar Capraro", diff --git a/package-lock.json b/package-lock.json index d87a5d4..371641b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-math-plus", - "version": "0.2.10", + "version": "0.2.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-math-plus", - "version": "0.2.10", + "version": "0.2.11", "license": "MIT", "dependencies": { "@excalidraw/excalidraw": "^0.11.0", diff --git a/package.json b/package.json index bd2f524..5f6ed7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-math-plus", - "version": "0.2.10", + "version": "0.2.11", "description": "This is a math plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 45893d3..6c716ed 100644 --- a/versions.json +++ b/versions.json @@ -12,5 +12,6 @@ "0.2.7": "0.12.0", "0.2.8": "0.12.0", "0.2.9": "0.12.0", - "0.2.10": "0.12.0" + "0.2.10": "0.12.0", + "0.2.11": "0.12.0" }