diff --git a/README.md b/README.md index 668005d..4158bed 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ This repository contains the following plugins: | [🏠](https://github.com/hieuthi/joplin-plugin-markdown-table-colorize) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.markdown-table-colorize/plugin.jpl) | Markdown Table: Colorize | 1.1.4 | Add colors to markdown table syntax and help distinguishing different columns | Hieu-Thi Luong | | [🏠](https://github.com/hieuthi/joplin-plugin-markdown-table-sortable) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.markdown-table-sortable/plugin.jpl) | Markdown Table: Sortable | 1.2.2 | Sort rendered tables on the fly and apply it to markdown source text. Can recognize simple cases of number, money, date and sort accordingly. | Hieu-Thi Luong | | [🏠](https://git.fomin.site/daniel/joplin-markmap) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.fomin.markmap/plugin.jpl) | Markmap | 1.4.1 | Generate a mindmap using markmap | Daniel Fomin | -| [🏠](https://github.com/CalebJohn/joplin-math-mode#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.MathMode/plugin.jpl) | Math Mode | 0.5.3 | Turn your notes into a powerful calculator with inline math. | Caleb John | +| [🏠](https://github.com/CalebJohn/joplin-math-mode#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.MathMode/plugin.jpl) | Math Mode | 0.6.2 | Turn your notes into a powerful calculator with inline math. | Caleb John | | [🏠](https://github.com/tessus/joplin-plugin-menu-shortcut-toolbar#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/cx.evermeet.tessus.menu-shortcut-toolbar/plugin.jpl) | Menu items, Shortcuts, Toolbar icons | 1.1.0 | Additional menu items, shortcuts, and toolbar icons, which are not part of Joplin core | Helmut K. C. Tessarek | | [🏠](https://github.com/hieuthi/joplin-plugin-metis) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.metis/plugin.jpl) | Metis | 0.1.5 | A Simple Task Manager Plugin for Joplin based on Todo.txt Specification | Hieu-Thi Luong | | [🏠](https://github.com/FelisDiligens/joplin-plugin-multimd-table-tools) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.MultiMarkdownTableTools/plugin.jpl) | MultiMarkdown Table Tools | 1.1.0 | A collection of tools to make editing tables easier. Also supports GitHub Flavored Markdown! | FelisDiligens | diff --git a/manifests.json b/manifests.json index 000d3c7..662b0c8 100644 --- a/manifests.json +++ b/manifests.json @@ -194,7 +194,7 @@ "manifest_version": 1, "id": "plugin.calebjohn.MathMode", "app_min_version": "1.8", - "version": "0.5.3", + "version": "0.6.2", "name": "Math Mode", "description": "Turn your notes into a powerful calculator with inline math.", "author": "Caleb John", @@ -205,8 +205,8 @@ "math", "mathjs" ], - "_publish_hash": "sha256:aca564861bc920c8e25397251b9bd8c9b0fc84fe2c4cd8a1d8b28ff9f4beb1af", - "_publish_commit": "main:1f7958826913badfd660326a80c2dfb277049593", + "_publish_hash": "sha256:fa1b0b9854ce679b9e079fbc24fd00a4a478533dd3bcea891cb773ece9604208", + "_publish_commit": "main:d08f8e18e648fc0db63a5aabf73b296c8464f570", "_npm_package_name": "joplin-plugin-math-mode", "_recommended": true }, diff --git a/plugins/plugin.calebjohn.MathMode/manifest.json b/plugins/plugin.calebjohn.MathMode/manifest.json index 88b6942..0395e09 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.8", - "version": "0.5.3", + "version": "0.6.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:aca564861bc920c8e25397251b9bd8c9b0fc84fe2c4cd8a1d8b28ff9f4beb1af", - "_publish_commit": "main:1f7958826913badfd660326a80c2dfb277049593", + "_publish_hash": "sha256:fa1b0b9854ce679b9e079fbc24fd00a4a478533dd3bcea891cb773ece9604208", + "_publish_commit": "main:d08f8e18e648fc0db63a5aabf73b296c8464f570", "_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 396dde9..64aa53d 100644 Binary files a/plugins/plugin.calebjohn.MathMode/plugin.jpl and b/plugins/plugin.calebjohn.MathMode/plugin.jpl differ