diff --git a/README.md b/README.md index 122bd07..340f7b9 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This repository contains the following plugins: [🏠](https://github.com/Cologler/userlink-joplin) | Joplin User Link Plugin | 1.2.0 | A Joplin plugin for custom links, like `jump://?query=blabla`. | Cologler [🏠](https://github.com/treymo/joplin-link-graph) | Link Graph UI | 0.9.8 | View the connections between Joplin notes. | Trey Moore [🏠](https://github.com/oswida/joplin-markdown-calc) | Markdown table calculations | 1.0.3 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda -[🏠](https://github.com/CalebJohn/joplin-math-mode#readme) | Math Mode | 0.4.3 | Turn your notes into a powerful calculator with inline math. | Caleb John +[🏠](https://github.com/CalebJohn/joplin-math-mode#readme) | Math Mode | 0.5.0 | Turn your notes into a powerful calculator with inline math. | Caleb John [🏠](https://github.com/tessus/joplin-plugin-menu-shortcut-toolbar#readme) | Menu items, Shortcuts, Toolbar icons | 0.1.1 | Additional menu items, shortcuts, and toolbar icons, which are not part of Joplin core | Helmut K. C. Tessarek [🏠](https://github.com/fengqiaozhu/joplin_plugin_nlr.git) | NLR | 1.0.2 | 将joplin在记笔记的同时,变成一个网文小说阅读器,a chinese net literature downloader and reader plugin for joplin. | fengQ [🏠](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 diff --git a/manifests.json b/manifests.json index c35afd9..d555a3a 100644 --- a/manifests.json +++ b/manifests.json @@ -184,7 +184,7 @@ "manifest_version": 1, "id": "plugin.calebjohn.MathMode", "app_min_version": "1.7", - "version": "0.4.3", + "version": "0.5.0", "name": "Math Mode", "description": "Turn your notes into a powerful calculator with inline math.", "author": "Caleb John", @@ -195,8 +195,8 @@ "math", "mathjs" ], - "_publish_hash": "sha256:4f08a6adf2eb2e50262b53ccabce118203df0cc7fe2e9a91f6d923dfabedd1d1", - "_publish_commit": "main:0e1786ccce85d2420fa6af856c78cbf88fcbf8ea", + "_publish_hash": "sha256:8aadacbde4cf6cc2e4355302e80caa990aca8214347254c6b7736a7c382692eb", + "_publish_commit": "main:99174d2d2e8962ad4025675df8d4257064bb6cef", "_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 9ff6d12..4e2e413 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.3", + "version": "0.5.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:4f08a6adf2eb2e50262b53ccabce118203df0cc7fe2e9a91f6d923dfabedd1d1", - "_publish_commit": "main:0e1786ccce85d2420fa6af856c78cbf88fcbf8ea", + "_publish_hash": "sha256:8aadacbde4cf6cc2e4355302e80caa990aca8214347254c6b7736a7c382692eb", + "_publish_commit": "main:99174d2d2e8962ad4025675df8d4257064bb6cef", "_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 a080311..9a52b99 100644 Binary files a/plugins/plugin.calebjohn.MathMode/plugin.jpl and b/plugins/plugin.calebjohn.MathMode/plugin.jpl differ