diff --git a/README.md b/README.md index f5e44e4..e090df8 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ This repository contains the following plugins: | [🏠](https://github.com/benlau/joplin-plugin-dddot) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-dddot/plugin.jpl) | Joplin DDDot | 0.2.0 | Recent notes, shortcuts, scratchpad, and .... in a single sidebar. | Ben Lau | | [🏠](https://github.com/makaanneo/joplin-plugin-apollo) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.makaanneo.apollo/plugin.jpl) | Joplin Note Attachement rename | 1.2.0 | Joplin plugin to rename note attachments, | makaanneo | | [🏠](https://github.com/Cologler/userlink-joplin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/plugin.jpl) | Joplin User Link Plugin | 1.2.0 | A Joplin plugin for custom links, like `jump://?query=blabla`. | Cologler | -| [🏠](https://github.com/artikell/joplin-excalidraw) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin.excalidraw/plugin.jpl) | joplin-excalidraw | 1.0.0 | use to write excalidraw in Joplin | SkyfireLee | +| [🏠](https://github.com/artikell/joplin-excalidraw) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin.excalidraw/plugin.jpl) | joplin-excalidraw | 1.1.0 | use to write excalidraw in Joplin | SkyfireLee | | [🏠](https://discourse.joplinapp.org/t/plugin-share-note-online-via-hackmd/22048) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/eu.xardbaiz.joplin.HackMD/plugin.jpl) | joplin-hackmd | 1.0.1 | Quick share notes on HackMD | xardbaiz | | [🏠](https://github.com/leenzhu/joplin-plugin-journal) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.leenzhu.journal/plugin.jpl) | joplin-plugin-journal | 1.0.2 | Create or open note of today or selected date. | Leen Zhu | | [🏠](https://github.com/ThibaultJanBeyer/joplin-sheets) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin.JSheets/plugin.jpl) | JSheets | 1.1.3 | JSheets - use to write spreadsheets like excel in Joplin | Thibault Jan Beyer | diff --git a/manifests.json b/manifests.json index 607b7ec..0489a6c 100644 --- a/manifests.json +++ b/manifests.json @@ -2257,7 +2257,7 @@ "manifest_version": 1, "id": "com.joplin.excalidraw", "app_min_version": "2.8", - "version": "1.0.0", + "version": "1.1.0", "name": "joplin-excalidraw", "description": "use to write excalidraw in Joplin", "author": "SkyfireLee", @@ -2266,8 +2266,8 @@ "keywords": [ "excalidraw" ], - "_publish_hash": "sha256:15f5ff55e12ae5acce372ad4cc851923a08dc9358fdc7259904238c074b7512b", - "_publish_commit": "main:e4181a14d61e228fa6701dbaf00571dedc7c5ac6", + "_publish_hash": "sha256:ea4fd13c33e9f372f5fafdbb08e00604733cde72da8d50d6a0e18b47d01cba58", + "_publish_commit": "main:03b262e0abeaeb4d2209402e66d66f2de5f3f127", "_npm_package_name": "joplin-plugin-joplin-excalidraw" } } \ No newline at end of file diff --git a/plugins/com.joplin.excalidraw/manifest.json b/plugins/com.joplin.excalidraw/manifest.json index 537f4b7..af4f680 100644 --- a/plugins/com.joplin.excalidraw/manifest.json +++ b/plugins/com.joplin.excalidraw/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.joplin.excalidraw", "app_min_version": "2.8", - "version": "1.0.0", + "version": "1.1.0", "name": "joplin-excalidraw", "description": "use to write excalidraw in Joplin", "author": "SkyfireLee", @@ -11,7 +11,7 @@ "keywords": [ "excalidraw" ], - "_publish_hash": "sha256:15f5ff55e12ae5acce372ad4cc851923a08dc9358fdc7259904238c074b7512b", - "_publish_commit": "main:e4181a14d61e228fa6701dbaf00571dedc7c5ac6", + "_publish_hash": "sha256:ea4fd13c33e9f372f5fafdbb08e00604733cde72da8d50d6a0e18b47d01cba58", + "_publish_commit": "main:03b262e0abeaeb4d2209402e66d66f2de5f3f127", "_npm_package_name": "joplin-plugin-joplin-excalidraw" } \ No newline at end of file diff --git a/plugins/com.joplin.excalidraw/plugin.jpl b/plugins/com.joplin.excalidraw/plugin.jpl old mode 100755 new mode 100644 index 0ae9a8b..d273d14 Binary files a/plugins/com.joplin.excalidraw/plugin.jpl and b/plugins/com.joplin.excalidraw/plugin.jpl differ