diff --git a/README.md b/README.md index 1dbda75..c332f08 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ This repository contains the following plugins: [🏠](https://github.com/Kaid00/joplin-random-note/blob/master/README.md) | Random note | 1.0.0 | Opens a random note from your vault | Azamah Junior [🏠](https://discourse.joplinapp.org/t/plugin-repeating-to-dos/16470) | Repeating To-Dos | 0.0.1 | A powerful and comprehensive plugin for to-do repetition/recurrence | BeatLink [🏠](https://github.com/roman-r-m/joplin-plugin-resource-search) | Resource Search Plugin | 0.1.1 | Search in Attached Resources | Roman Musin -[🏠](https://github.com/CalebJohn/joplin-rich-markdown#readme) | Rich Markdown | 0.6.1 | Helping you ditch the markdown viewer for good. | Caleb John +[🏠](https://github.com/CalebJohn/joplin-rich-markdown#readme) | Rich Markdown | 0.6.2 | Helping you ditch the markdown viewer for good. | Caleb John [🏠](https://github.com/JackGruber/joplin-plugin-backup/blob/master/README.md) | Simple Backup | 1.0.2 | Plugin to create manual and automatic backups. | JackGruber [🏠](https://github.com/martinkorelic/joplin-plugin-spoilers) | Spoilers | 1.0.3 | Create inline spoilers and spoiler blocks with title and extendable body. | Martin Korelič [🏠](https://github.com/roman-r-m/joplin-plugin-table-formatter) | Table Formatter Plugin | 1.1.2 | Format the table under the cursor in Markdown editor | Roman Musin diff --git a/manifests.json b/manifests.json index b2f02e9..ffeae1e 100644 --- a/manifests.json +++ b/manifests.json @@ -404,7 +404,7 @@ "manifest_version": 1, "id": "plugin.calebjohn.rich-markdown", "app_min_version": "1.8", - "version": "0.6.1", + "version": "0.6.2", "name": "Rich Markdown", "description": "Helping you ditch the markdown viewer for good.", "author": "Caleb John", @@ -414,8 +414,8 @@ "editor", "visual" ], - "_publish_hash": "sha256:64577d9153963e8747238baec63d7edfd2b23514fa0ba0cd22c2101f92304af6", - "_publish_commit": "main:5e1fce74ba330901c6a9c41b83fe9ffbbbbde4da", + "_publish_hash": "sha256:32d09327c1b502d1bffad2cc9a31eddaaf04a4583237c0de62f7333ec41ff3a6", + "_publish_commit": "main:bfec2f4782a5c3ee5ffc89b4dea4d0b16d49e040", "_npm_package_name": "joplin-plugin-rich-markdown" }, "com.github.uphy.PlantUmlPlugin": { diff --git a/plugins/plugin.calebjohn.rich-markdown/manifest.json b/plugins/plugin.calebjohn.rich-markdown/manifest.json index ff8e7cc..ff1e7ad 100644 --- a/plugins/plugin.calebjohn.rich-markdown/manifest.json +++ b/plugins/plugin.calebjohn.rich-markdown/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "plugin.calebjohn.rich-markdown", "app_min_version": "1.8", - "version": "0.6.1", + "version": "0.6.2", "name": "Rich Markdown", "description": "Helping you ditch the markdown viewer for good.", "author": "Caleb John", @@ -12,7 +12,7 @@ "editor", "visual" ], - "_publish_hash": "sha256:64577d9153963e8747238baec63d7edfd2b23514fa0ba0cd22c2101f92304af6", - "_publish_commit": "main:5e1fce74ba330901c6a9c41b83fe9ffbbbbde4da", + "_publish_hash": "sha256:32d09327c1b502d1bffad2cc9a31eddaaf04a4583237c0de62f7333ec41ff3a6", + "_publish_commit": "main:bfec2f4782a5c3ee5ffc89b4dea4d0b16d49e040", "_npm_package_name": "joplin-plugin-rich-markdown" } \ No newline at end of file diff --git a/plugins/plugin.calebjohn.rich-markdown/plugin.jpl b/plugins/plugin.calebjohn.rich-markdown/plugin.jpl index be17ed0..18cd9e7 100644 Binary files a/plugins/plugin.calebjohn.rich-markdown/plugin.jpl and b/plugins/plugin.calebjohn.rich-markdown/plugin.jpl differ