diff --git a/README.md b/README.md index 4433392..b92ac98 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ This repository contains the following plugins: | [🏠](https://github.com/ylc395/joplin-plugin-pages-publisher) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.pagesPublisher/plugin.jpl) | Pages Publisher | 1.6.1 | Generate static blog website from your picked Joplin notes, and publish to Github Pages, with a few mouse clicks. Support preview in local | ylc395 | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.coderrsid.pasteSpecial/plugin.jpl) | Paste Special | 1.1.2 | A plugin used to paste special text into Joplin | coderrsid | | [🏠](https://github.com/benji300/joplin-persistent-layout) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.persistentLayout/plugin.jpl) | Persistent Editor Layout | 2.2.0 | Save the editor layout (editor/split view/viewer/rich text) for each note separately with custom tags. | Benji300 | -| [🏠](https://github.com/marc0l92/joplin-plugin-plantUML#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-plantUML/plugin.jpl) | PlantUML2 | 1.7.0 | Render PlantUML diagram inside your Joplin notes. | marc0l92 | +| [🏠](https://github.com/marc0l92/joplin-plugin-plantUML#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-plantUML/plugin.jpl) | PlantUML2 | 1.8.0 | Render PlantUML diagram inside your Joplin notes. | marc0l92 | | [🏠](https://github.com/hieuthi/joplin-plugin-quick-goto) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.quick-goto/plugin.jpl) | Quick Goto | 1.2.0 | Switch to designated notes using keyboard shortcuts | Hieu-Thi Luong | | [🏠](https://github.com/martinkorelic/joplin-plugin-quick-html-tags) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.quick.html.tags/plugin.jpl) | Quick HTML tags | 0.1.1 | Create quick HTML tags. | Martin Korelič | | [🏠](https://discourse.joplinapp.org/t/quick-links-plugin/14214) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.whatever.quick-links/plugin.jpl) | Quick Links | 1.2.2 | Create links to other notes | Roman Musin | diff --git a/manifests.json b/manifests.json index 6333ba2..205bdcf 100644 --- a/manifests.json +++ b/manifests.json @@ -1094,7 +1094,7 @@ "manifest_version": 1, "id": "com.github.marc0l92.joplin-plugin-plantUML", "app_min_version": "2.2", - "version": "1.7.0", + "version": "1.8.0", "name": "PlantUML2", "description": "Render PlantUML diagram inside your Joplin notes.", "author": "marc0l92", @@ -1106,8 +1106,8 @@ "Mindmap", "UML" ], - "_publish_hash": "sha256:eb91f7c4ec777cd151f51da63d9f2ab53aa0e481126a028012d36de87be49eb6", - "_publish_commit": "main:a861cc0d860206c40e79e36037a1beea56740136", + "_publish_hash": "sha256:6a0e2b18255606504de8794aeb7c851f442127f5141f26d899b3240a4e10b987", + "_publish_commit": "main:094a3827cddd4ae02acae99af5ed6ae9655d1abf", "_npm_package_name": "joplin-plugin-plantuml2" }, "com.DanteCoder.JoplinBibleQuote": { diff --git a/plugins/com.github.marc0l92.joplin-plugin-plantUML/manifest.json b/plugins/com.github.marc0l92.joplin-plugin-plantUML/manifest.json index 69ae27c..64c4dc1 100644 --- a/plugins/com.github.marc0l92.joplin-plugin-plantUML/manifest.json +++ b/plugins/com.github.marc0l92.joplin-plugin-plantUML/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.github.marc0l92.joplin-plugin-plantUML", "app_min_version": "2.2", - "version": "1.7.0", + "version": "1.8.0", "name": "PlantUML2", "description": "Render PlantUML diagram inside your Joplin notes.", "author": "marc0l92", @@ -14,7 +14,7 @@ "Mindmap", "UML" ], - "_publish_hash": "sha256:eb91f7c4ec777cd151f51da63d9f2ab53aa0e481126a028012d36de87be49eb6", - "_publish_commit": "main:a861cc0d860206c40e79e36037a1beea56740136", + "_publish_hash": "sha256:6a0e2b18255606504de8794aeb7c851f442127f5141f26d899b3240a4e10b987", + "_publish_commit": "main:094a3827cddd4ae02acae99af5ed6ae9655d1abf", "_npm_package_name": "joplin-plugin-plantuml2" } \ No newline at end of file diff --git a/plugins/com.github.marc0l92.joplin-plugin-plantUML/plugin.jpl b/plugins/com.github.marc0l92.joplin-plugin-plantUML/plugin.jpl index b02630a..9e96598 100644 Binary files a/plugins/com.github.marc0l92.joplin-plugin-plantUML/plugin.jpl and b/plugins/com.github.marc0l92.joplin-plugin-plantUML/plugin.jpl differ