diff --git a/README.md b/README.md index fbd9fa6..5844d3e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This repository contains the following plugins: [🏠](Homepage%20URL) | Joplin User Link Plugin | 1.0.0 | | Cologler [🏠](https://github.com/treymo/joplin-link-graph) | Link Graph UI | 0.9.6 | View the connections between Joplin notes. | Trey Moore [🏠](https://github.com/oswida/joplin-markdown-calc) | Markdown table calculations | 1.0.2 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda -[🏠](https://github.com/CalebJohn/joplin-math-mode#readme) | Math Mode | 0.4.1 | Turn your notes into a powerful calculator with inline math. | Caleb John +[🏠](https://github.com/CalebJohn/joplin-math-mode#readme) | Math Mode | 0.4.2 | Turn your notes into a powerful calculator with inline math. | Caleb John [🏠](https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSidebars) | Note list and sidebar toggle buttons | 1.0.3 | Adds buttons to toggle note list and sidebar | Laurent Cozic [🏠](https://github.com/JackGruber/joplin-plugin-note-overview/blob/master/README.md) | Note overview | 1.3.3 | A note overview is created based on the defined search and the specified fields. | JackGruber [🏠](https://github.com/benji300/joplin-note-tabs) | Note Tabs | 1.3.0 | Allows to open several notes at once in tabs and pin them. | Benji300 diff --git a/manifests.json b/manifests.json index 0acb952..e93bc11 100644 --- a/manifests.json +++ b/manifests.json @@ -180,7 +180,7 @@ "manifest_version": 1, "id": "plugin.calebjohn.MathMode", "app_min_version": "1.7", - "version": "0.4.1", + "version": "0.4.2", "name": "Math Mode", "description": "Turn your notes into a powerful calculator with inline math.", "author": "Caleb John", @@ -191,8 +191,8 @@ "math", "mathjs" ], - "_publish_hash": "sha256:e589d646966dc2a001488d6963b271e5e3f4069d19be5abb4b33ffa507d4b894", - "_publish_commit": "main:07e9b96f64ced989ebd8b666d5147026810e38d0", + "_publish_hash": "sha256:bc3381c0d14e57dfefce5d22834d45be13f4fd615f28d86e023a81ab62d44cd3", + "_publish_commit": "main:c3a075f072449179ff994a5c81fb6dcc780c134e", "_npm_package_name": "joplin-plugin-math-mode" }, "osw.joplin.markdowncalc": { diff --git a/plugins/plugin.calebjohn.MathMode/manifest.json b/plugins/plugin.calebjohn.MathMode/manifest.json index dea57b9..cd612ea 100644 --- a/plugins/plugin.calebjohn.MathMode/manifest.json +++ b/plugins/plugin.calebjohn.MathMode/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "plugin.calebjohn.MathMode", "app_min_version": "1.7", - "version": "0.4.1", + "version": "0.4.2", "name": "Math Mode", "description": "Turn your notes into a powerful calculator with inline math.", "author": "Caleb John", @@ -13,7 +13,7 @@ "math", "mathjs" ], - "_publish_hash": "sha256:e589d646966dc2a001488d6963b271e5e3f4069d19be5abb4b33ffa507d4b894", - "_publish_commit": "main:07e9b96f64ced989ebd8b666d5147026810e38d0", + "_publish_hash": "sha256:bc3381c0d14e57dfefce5d22834d45be13f4fd615f28d86e023a81ab62d44cd3", + "_publish_commit": "main:c3a075f072449179ff994a5c81fb6dcc780c134e", "_npm_package_name": "joplin-plugin-math-mode" } \ No newline at end of file diff --git a/plugins/plugin.calebjohn.MathMode/plugin.jpl b/plugins/plugin.calebjohn.MathMode/plugin.jpl index 40c00cd..d2c0dc3 100644 Binary files a/plugins/plugin.calebjohn.MathMode/plugin.jpl and b/plugins/plugin.calebjohn.MathMode/plugin.jpl differ