diff --git a/README.md b/README.md index 9a3b7f6..19e6a68 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ This repository contains the following plugins: | [🏠](https://github.com/benji300/joplin-favorites) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.favorites/plugin.jpl) | Favorites | 1.3.0 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. | Benji300 | | [🏠](https://discourse.joplinapp.org/t/persistent-text-folding-in-editor/16183) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.fold-cm/plugin.jpl) | Folding in Code Mirror Editor | 2.0.1 | Allows to fold parts of markdown text displayed in editor | ambrt | | [🏠](https://github.com/mak2002/joplin-font-size-shortcut.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.font.size.shortcut/plugin.jpl) | Font Size Shortcut | 1.0.0 | Adds shortcuts to increase/decrease font size | mak2002 | -| [🏠](https://github.com/personalizedrefrigerator/joplin-draw) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.personalizedrefrigerator.js-draw/plugin.jpl) | Freehand Drawing | 1.0.10 | Create and edit drawings with js-draw. | Henry Heino | +| [🏠](https://github.com/personalizedrefrigerator/joplin-draw) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.personalizedrefrigerator.js-draw/plugin.jpl) | Freehand Drawing | 1.0.11 | Create and edit drawings with js-draw. | Henry Heino | | [🏠](https://github.com/tessus/joplin-plugin-get-notebook-id#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/cx.evermeet.tessus.folder-id/plugin.jpl) | Get Notebook ID | 1.0.1 | Copy/Show the ID of a notebook. For developers. A regular user won't need this. | Helmut K. C. Tessarek | | [🏠](https://github.com/marc0l92/joplin-plugin-github-theme#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-github-theme/plugin.jpl) | GitHub Theme | 0.3.0 | Joplin theme with colors of GitHub | marc0l92 | | [🏠](https://github.com/agerardin/joplin-plugin-knowledge-graph) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-knowledge-graph/plugin.jpl) | Graph | 1.1.0 | Notes as nodes. Explore your Joplin knowledge graph. | Antoine Gerardin | diff --git a/manifests.json b/manifests.json index 50e6f8b..515f84e 100644 --- a/manifests.json +++ b/manifests.json @@ -2108,7 +2108,7 @@ "manifest_version": 1, "id": "io.github.personalizedrefrigerator.js-draw", "app_min_version": "2.8", - "version": "1.0.10", + "version": "1.0.11", "name": "Freehand Drawing", "description": "Create and edit drawings with js-draw.", "author": "Henry Heino", @@ -2133,8 +2133,8 @@ "src": "../screenshots/editorview-dark.png" } ], - "_publish_hash": "sha256:0cdd7db983f34ccc0d074594a347b1bf4a9e8455e7f01e863b24127a27a04b1f", - "_publish_commit": "main:ce5fc89bb28522f52f38fa3294d4a5cdb9e60454", + "_publish_hash": "sha256:7f630ef322f1e74b57d7be85ff55c0ad973a5179f02cd6ecb555d94bb5e0b8c1", + "_publish_commit": "main:0c951ef23ae93011fd1afc3e6c1a9b7af4f5a084", "_npm_package_name": "joplin-plugin-freehand-drawing" }, "com.sctmes.kity-minder": { diff --git a/plugins/io.github.personalizedrefrigerator.js-draw/manifest.json b/plugins/io.github.personalizedrefrigerator.js-draw/manifest.json index d1378da..7c2a864 100644 --- a/plugins/io.github.personalizedrefrigerator.js-draw/manifest.json +++ b/plugins/io.github.personalizedrefrigerator.js-draw/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "io.github.personalizedrefrigerator.js-draw", "app_min_version": "2.8", - "version": "1.0.10", + "version": "1.0.11", "name": "Freehand Drawing", "description": "Create and edit drawings with js-draw.", "author": "Henry Heino", @@ -27,7 +27,7 @@ "src": "../screenshots/editorview-dark.png" } ], - "_publish_hash": "sha256:0cdd7db983f34ccc0d074594a347b1bf4a9e8455e7f01e863b24127a27a04b1f", - "_publish_commit": "main:ce5fc89bb28522f52f38fa3294d4a5cdb9e60454", + "_publish_hash": "sha256:7f630ef322f1e74b57d7be85ff55c0ad973a5179f02cd6ecb555d94bb5e0b8c1", + "_publish_commit": "main:0c951ef23ae93011fd1afc3e6c1a9b7af4f5a084", "_npm_package_name": "joplin-plugin-freehand-drawing" } \ No newline at end of file diff --git a/plugins/io.github.personalizedrefrigerator.js-draw/plugin.jpl b/plugins/io.github.personalizedrefrigerator.js-draw/plugin.jpl index 01ec782..c6dede5 100644 Binary files a/plugins/io.github.personalizedrefrigerator.js-draw/plugin.jpl and b/plugins/io.github.personalizedrefrigerator.js-draw/plugin.jpl differ