diff --git a/README.md b/README.md index 7ffb66c..dd70f39 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This repository contains the following plugins: | [🏠](https://github.com/Mick2nd/CsvImport#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.habelt.CsvImport/plugin.jpl) | Csv Import | 1.0.1 | Imports a Csv file or pastes a Csv text from Clipboard as table | Jürgen Habelt | | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.day_review/plugin.jpl) | Day Review | 1.0.1 | This plugin adds an icon to the toolbar. When clicked, it makes a review of the day's created/updated/completed notes and todos. | S73ph4n | | [🏠](https://github.com/JJ-8/joplin-disable-pdf#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/fd117a99-b165-4824-893c-5825439a842d/plugin.jpl) | Disable PDF | 1.0.0 | Disables the PDF preview (and export) in Joplin for better performance | JJ-8 | -| [🏠](https://github.com/marc0l92/joplin-plugin-drawio#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-drawio/plugin.jpl) | Draw.io | 0.1.1 | Draw.io (aka Diagram.net) integration for Joplin | marc0l92 | +| [🏠](https://github.com/marc0l92/joplin-plugin-drawio#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-drawio/plugin.jpl) | Draw.io | 0.1.2 | Draw.io (aka Diagram.net) integration for Joplin | marc0l92 | | [🏠](https://github.com/EliasVincent/joplin-email-note) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.eliasvsimon.email-note/plugin.jpl) | Email Note | 1.2.2 | Send a note as an email | EliasVincent | | [🏠](https://discourse.joplinapp.org/t/embed-any-search-with-content/14328) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.embedSearch/plugin.jpl) | Embed Search | 2.0.0 | Embeds list of links specified by search inside of note | ambrt | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.embeddedtags/plugin.jpl) | embedded tags | 1.0.0 | embeded tags | Dave Edwards | diff --git a/manifests.json b/manifests.json index a1499e9..caa9ada 100644 --- a/manifests.json +++ b/manifests.json @@ -1773,14 +1773,14 @@ "manifest_version": 1, "id": "com.github.marc0l92.joplin-plugin-drawio", "app_min_version": "2.2", - "version": "0.1.1", + "version": "0.1.2", "name": "Draw.io", "description": "Draw.io (aka Diagram.net) integration for Joplin", "author": "marc0l92", "homepage_url": "https://github.com/marc0l92/joplin-plugin-drawio#readme", "repository_url": "https://github.com/marc0l92/joplin-plugin-drawio", "keywords": [], - "_publish_hash": "sha256:b15ac82ca6d925182d341af2dcab95949632b1bed6dd1d8004ab8b046c74715e", + "_publish_hash": "sha256:bc364964bcd35b414116b40a2a9dd3cd4b589d572315c73ab92629201db5aa00", "_publish_commit": "master:edbddca66057f961f965eaaac1f56aa8f476abb1", "_npm_package_name": "joplin-plugin-drawio" }, diff --git a/plugins/com.github.marc0l92.joplin-plugin-drawio/manifest.json b/plugins/com.github.marc0l92.joplin-plugin-drawio/manifest.json index f54f6b6..8b9cc31 100644 --- a/plugins/com.github.marc0l92.joplin-plugin-drawio/manifest.json +++ b/plugins/com.github.marc0l92.joplin-plugin-drawio/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "com.github.marc0l92.joplin-plugin-drawio", "app_min_version": "2.2", - "version": "0.1.1", + "version": "0.1.2", "name": "Draw.io", "description": "Draw.io (aka Diagram.net) integration for Joplin", "author": "marc0l92", "homepage_url": "https://github.com/marc0l92/joplin-plugin-drawio#readme", "repository_url": "https://github.com/marc0l92/joplin-plugin-drawio", "keywords": [], - "_publish_hash": "sha256:b15ac82ca6d925182d341af2dcab95949632b1bed6dd1d8004ab8b046c74715e", + "_publish_hash": "sha256:bc364964bcd35b414116b40a2a9dd3cd4b589d572315c73ab92629201db5aa00", "_publish_commit": "master:edbddca66057f961f965eaaac1f56aa8f476abb1", "_npm_package_name": "joplin-plugin-drawio" } \ No newline at end of file diff --git a/plugins/com.github.marc0l92.joplin-plugin-drawio/plugin.jpl b/plugins/com.github.marc0l92.joplin-plugin-drawio/plugin.jpl index a181355..53284dc 100644 Binary files a/plugins/com.github.marc0l92.joplin-plugin-drawio/plugin.jpl and b/plugins/com.github.marc0l92.joplin-plugin-drawio/plugin.jpl differ