version bump

This commit is contained in:
JK 2026-01-18 00:54:10 +01:00
parent 138e40e4b2
commit 9d5f3aa68b
6 changed files with 7 additions and 17 deletions

View file

@ -39,6 +39,7 @@ const context = await esbuild.context({
format: "cjs",
target: "es2018",
logLevel: "info",
logOverride: { "invalid-source-mappings": "silent" },
minify: prod,
sourcemap: prod ? false : "inline",
treeShaking: true,

View file

@ -1,12 +0,0 @@
{
"id": "math-booster",
"name": "LaTeX Equation Referencer",
"version": "2.2.3-YouFoundJK",
"minAppVersion": "1.3.5",
"description": "A powerful indexing & referencing system for theorems & equations in your vault. Bring LaTeX-like workflow into Obsidian with theorem environments, automatic equation numbering, and more.",
"author": "Ryota Ushio",
"authorUrl": "https://github.com/RyotaUshio",
"fundingUrl": "https://www.buymeacoffee.com/ryotaushio",
"helpUrl": "https://ryotaushio.github.io/obsidian-latex-theorem-equation-referencer/",
"isDesktopOnly": false
}

View file

@ -1,7 +1,7 @@
{
"id": "math-booster",
"name": "LaTeX Equation Referencer",
"version": "2.2.3-YouFoundJK",
"version": "2.2.4",
"minAppVersion": "1.3.5",
"description": "A powerful indexing & referencing system for theorems & equations in your vault. Bring LaTeX-like workflow into Obsidian with theorem environments, automatic equation numbering, and more.",
"author": "Ryota Ushio",

4
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "obsidian-math-booster",
"version": "2.2.0",
"version": "2.2.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
@ -3155,4 +3155,4 @@
"license": "MIT"
}
}
}
}

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-math-booster",
"version": "2.2.0",
"version": "2.2.4",
"description": "An Obsidian.md plugin that provides a powerful indexing & referencing system for theorems & equations in your vault. Bring LaTeX-like workflow into Obsidian with theorem environments, automatic equation numbering, and more.",
"scripts": {
"dev": "node esbuild.config.mjs",

View file

@ -2,5 +2,6 @@
"0.3.0": "1.3.5",
"0.3.1": "1.3.5",
"0.3.2": "1.3.5",
"2.2.3-YouFoundJK": "1.3.5"
"2.2.3": "1.3.5",
"2.2.4": "1.3.5"
}