diff --git a/README.md b/README.md index e090df8..d09d90a 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.1.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.1 | 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 0489a6c..3b7e5a8 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.1.0", + "version": "1.1.1", "name": "joplin-excalidraw", "description": "use to write excalidraw in Joplin", "author": "SkyfireLee", @@ -2266,8 +2266,8 @@ "keywords": [ "excalidraw" ], - "_publish_hash": "sha256:ea4fd13c33e9f372f5fafdbb08e00604733cde72da8d50d6a0e18b47d01cba58", - "_publish_commit": "main:03b262e0abeaeb4d2209402e66d66f2de5f3f127", + "_publish_hash": "sha256:1865c2c57dc54e341b14c6b2ae8666e88623a7f4d822c46f7ec629d212db9144", + "_publish_commit": "main:db53e6bdd8287f96c5917aee3b0d812954b0d82a", "_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 af4f680..703a424 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.1.0", + "version": "1.1.1", "name": "joplin-excalidraw", "description": "use to write excalidraw in Joplin", "author": "SkyfireLee", @@ -11,7 +11,7 @@ "keywords": [ "excalidraw" ], - "_publish_hash": "sha256:ea4fd13c33e9f372f5fafdbb08e00604733cde72da8d50d6a0e18b47d01cba58", - "_publish_commit": "main:03b262e0abeaeb4d2209402e66d66f2de5f3f127", + "_publish_hash": "sha256:1865c2c57dc54e341b14c6b2ae8666e88623a7f4d822c46f7ec629d212db9144", + "_publish_commit": "main:db53e6bdd8287f96c5917aee3b0d812954b0d82a", "_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 100644 new mode 100755 index d273d14..4c51d8e Binary files a/plugins/com.joplin.excalidraw/plugin.jpl and b/plugins/com.joplin.excalidraw/plugin.jpl differ