From 4b01ad720675f2678399b1e5f406837811f43848 Mon Sep 17 00:00:00 2001 From: RyotaUshio Date: Thu, 30 Nov 2023 20:17:47 +0900 Subject: [PATCH] release: 2.1.0 --- manifest-beta.json | 2 +- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index fe7f547..9f0a386 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "math-booster", "name": "Math Booster", - "version": "2.0.4", + "version": "2.1.0", "minAppVersion": "1.3.5", "description": "Turn your Obsidian into LaTeX on steroids. Dynamically numbered theorem environments & equations, enhanced theorems/equations search & link auto-completion, and live-rendering of equations inside callouts & quotes.", "author": "Ryota Ushio", diff --git a/manifest.json b/manifest.json index fe7f547..9f0a386 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "math-booster", "name": "Math Booster", - "version": "2.0.4", + "version": "2.1.0", "minAppVersion": "1.3.5", "description": "Turn your Obsidian into LaTeX on steroids. Dynamically numbered theorem environments & equations, enhanced theorems/equations search & link auto-completion, and live-rendering of equations inside callouts & quotes.", "author": "Ryota Ushio", diff --git a/package-lock.json b/package-lock.json index c739faf..37f30e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-math-booster", - "version": "2.0.4", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-math-booster", - "version": "2.0.4", + "version": "2.1.0", "license": "MIT", "dependencies": { "@codemirror/language": "^6.0.0", diff --git a/package.json b/package.json index 65c903d..9f27a74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-math-booster", - "version": "2.0.4", + "version": "2.1.0", "description": "Turn your Obsidian into LaTeX on steroids. Dynamically numbered theorem environments & equations, enhanced theorems/equations search & link auto-completion, and live-rendering of equations inside callouts & quotes.", "scripts": { "dev": "node esbuild.config.mjs",