diff --git a/README.md b/README.md index 8038aaa..26d3d2f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This repository contains the following plugins: [🏠](https://discourse.joplinapp.org/t/plugin-inline-tags/14192) | Inline tags | 1.1.2 | Inline tags plugin | Roman Musin [🏠](https://github.com/treymo/joplin-link-graph) | Link Graph UI | 0.9.5 | 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/blob/main/README.md) | Math Mode | 0.3.1 | Turn your notes into a powerful calculator with inline math. | Caleb John +[🏠](https://github.com/CalebJohn/joplin-math-mode/blob/main/README.md) | Math Mode | 0.4.0 | 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.2 | 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.2.0 | Allows to open several notes at once in tabs and pin them. | Benji300 diff --git a/manifests.json b/manifests.json index e48be41..665375e 100644 --- a/manifests.json +++ b/manifests.json @@ -166,7 +166,7 @@ "manifest_version": 1, "id": "plugin.calebjohn.MathMode", "app_min_version": "1.7", - "version": "0.3.1", + "version": "0.4.0", "name": "Math Mode", "description": "Turn your notes into a powerful calculator with inline math.", "author": "Caleb John", @@ -177,8 +177,8 @@ "math", "mathjs" ], - "_publish_hash": "sha256:aff4188a5942e7bd38ffde21ead2516e47582bb2f578c125986caf4914d61e7b", - "_publish_commit": "main:28655768d17ac830dda792564221155c2094894e", + "_publish_hash": "sha256:ae1606e90b8e4497ad98451506a640821b99790d342787cab1346908302b58b0", + "_publish_commit": "main:10e6b2834bb3e4f0cc856620d3ac90471119e60d", "_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 7784f32..dc23743 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.3.1", + "version": "0.4.0", "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:aff4188a5942e7bd38ffde21ead2516e47582bb2f578c125986caf4914d61e7b", - "_publish_commit": "main:28655768d17ac830dda792564221155c2094894e", + "_publish_hash": "sha256:ae1606e90b8e4497ad98451506a640821b99790d342787cab1346908302b58b0", + "_publish_commit": "main:10e6b2834bb3e4f0cc856620d3ac90471119e60d", "_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 8b4661e..9d6d412 100644 Binary files a/plugins/plugin.calebjohn.MathMode/plugin.jpl and b/plugins/plugin.calebjohn.MathMode/plugin.jpl differ