diff --git a/README.md b/README.md index cd151e6..2e869c2 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.0 | Inline tags plugin | Roman Musin [🏠](https://github.com/treymo/joplin-link-graph) | Link Graph UI | 0.9.4 | 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.0 | 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.3.1 | 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 b5b6714..7436434 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.0", + "version": "0.3.1", "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:17440c64ce803020f30c247bc736dff15afcbb52084f8e2a70cf1fc44450b685", - "_publish_commit": "main:db28ccf49f1def54a4923538226b048c3965268e", + "_publish_hash": "sha256:aff4188a5942e7bd38ffde21ead2516e47582bb2f578c125986caf4914d61e7b", + "_publish_commit": "main:28655768d17ac830dda792564221155c2094894e", "_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 1294ca5..7784f32 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.0", + "version": "0.3.1", "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:17440c64ce803020f30c247bc736dff15afcbb52084f8e2a70cf1fc44450b685", - "_publish_commit": "main:db28ccf49f1def54a4923538226b048c3965268e", + "_publish_hash": "sha256:aff4188a5942e7bd38ffde21ead2516e47582bb2f578c125986caf4914d61e7b", + "_publish_commit": "main:28655768d17ac830dda792564221155c2094894e", "_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 1fe3b0b..8b4661e 100644 Binary files a/plugins/plugin.calebjohn.MathMode/plugin.jpl and b/plugins/plugin.calebjohn.MathMode/plugin.jpl differ