diff --git a/README.md b/README.md index 69015b5..ce82768 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 | 1.0.0 | 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 | 1.1.0 | 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 2bc8e7e..9863af8 100644 --- a/manifests.json +++ b/manifests.json @@ -1773,15 +1773,15 @@ "manifest_version": 1, "id": "com.github.marc0l92.joplin-plugin-drawio", "app_min_version": "2.2", - "version": "1.0.0", + "version": "1.1.0", "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:848c44c822ae6186de053a4320f71e71eba2d50aeab03f313f7dd29d642827ae", - "_publish_commit": "master:c3088a8c0a7fa86932b172045e896ed19c6f7d70", + "_publish_hash": "sha256:4d263b61152534fbae2a4741cdfa6ea03e9e5f9ef95cbd6782f71ac15d847d2e", + "_publish_commit": "master:990a1b9dae459189039ec739764445656c0aa82d", "_npm_package_name": "joplin-plugin-drawio" }, "retr0ve.EmojiPlugin": { diff --git a/plugins/com.github.marc0l92.joplin-plugin-drawio/manifest.json b/plugins/com.github.marc0l92.joplin-plugin-drawio/manifest.json index 365b27a..758b4b8 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": "1.0.0", + "version": "1.1.0", "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:848c44c822ae6186de053a4320f71e71eba2d50aeab03f313f7dd29d642827ae", - "_publish_commit": "master:c3088a8c0a7fa86932b172045e896ed19c6f7d70", + "_publish_hash": "sha256:4d263b61152534fbae2a4741cdfa6ea03e9e5f9ef95cbd6782f71ac15d847d2e", + "_publish_commit": "master:990a1b9dae459189039ec739764445656c0aa82d", "_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 43c71e5..07deb3d 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