diff --git a/README.md b/README.md index 385ad95..e4ea0cd 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This repository contains the following plugins: [🏠](https://github.com/uphy/joplin-plantuml-plugin) | PlantUML | 0.0.1 | Markdown extension plugin to render PlantUML diagrams. | uphy [🏠](https://discourse.joplinapp.org/t/quick-links-plugin/14214) | Quick Links | 1.1.1 | Create links to other notes | Roman Musin [🏠](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.2.0 | Add inline and other images to the markdown editor. | Caleb John +[🏠](https://github.com/CalebJohn/joplin-rich-markdown#readme) | Rich Markdown | 0.3.1 | Add inline and other images to the markdown editor. | Caleb John [🏠](https://github.com/JackGruber/joplin-plugin-backup/blob/master/README.md) | Simple Backup | 0.5.2 | Plugin to create manual and automatic backups. | JackGruber [🏠](https://github.com/forcewake/joplin-tags-generator) | Tags Generator | 1.0.0 | Plugin for Joplin which can be used to extract keywords from note and assign them as a note's tags | forcewake diff --git a/manifests.json b/manifests.json index f53af19..27b21d7 100644 --- a/manifests.json +++ b/manifests.json @@ -397,7 +397,7 @@ "manifest_version": 1, "id": "plugin.calebjohn.rich-markdown", "app_min_version": "1.7", - "version": "0.2.0", + "version": "0.3.1", "name": "Rich Markdown", "description": "Add inline and other images to the markdown editor.", "author": "Caleb John", @@ -407,8 +407,8 @@ "editor", "visual" ], - "_publish_hash": "sha256:57a78e27c344533304eda905c35d2b2bbbd4ed66fb09a88d65cec3377e0df0f5", - "_publish_commit": "main:139460eae94aff16af54e50acc685e9712a2878e", + "_publish_hash": "sha256:bed3b84ed625853e7cef76349cf557dbb21c4d93032db789ca6da83845cc0178", + "_publish_commit": "main:c6157893f363092981146f089944dc6354ca8546", "_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 dda1e2b..9b8fcab 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.7", - "version": "0.2.0", + "version": "0.3.1", "name": "Rich Markdown", "description": "Add inline and other images to the markdown editor.", "author": "Caleb John", @@ -12,7 +12,7 @@ "editor", "visual" ], - "_publish_hash": "sha256:57a78e27c344533304eda905c35d2b2bbbd4ed66fb09a88d65cec3377e0df0f5", - "_publish_commit": "main:139460eae94aff16af54e50acc685e9712a2878e", + "_publish_hash": "sha256:bed3b84ed625853e7cef76349cf557dbb21c4d93032db789ca6da83845cc0178", + "_publish_commit": "main:c6157893f363092981146f089944dc6354ca8546", "_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 430a295..31665f0 100644 Binary files a/plugins/plugin.calebjohn.rich-markdown/plugin.jpl and b/plugins/plugin.calebjohn.rich-markdown/plugin.jpl differ