diff --git a/README.md b/README.md index a8fa386..2f62d8e 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,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.12.1 | 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 | 2.1.1 | Create and edit drawings with js-draw. | Henry Heino | | [🏠](https://github.com/hieuthi/joplin-plugin-function-plot) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.function-plot/plugin.jpl) | Function Plot | 1.0.0 | Joplin plugin based on Function Plot library to render function such as y = x * x | Hieu-Thi Luong | | [🏠](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 | diff --git a/manifests.json b/manifests.json index 323d37c..e3a5b09 100644 --- a/manifests.json +++ b/manifests.json @@ -2094,8 +2094,8 @@ "io.github.personalizedrefrigerator.js-draw": { "manifest_version": 1, "id": "io.github.personalizedrefrigerator.js-draw", - "app_min_version": "2.8", - "version": "1.12.1", + "app_min_version": "2.10", + "version": "2.1.1", "name": "Freehand Drawing", "description": "Create and edit drawings with js-draw.", "author": "Henry Heino", @@ -2124,8 +2124,8 @@ "src": "../screenshots/editorview-dark.png" } ], - "_publish_hash": "sha256:21a111a7ffa778fbe358e3b841f07732fd2c2df7f52d63069ac8936240cfaa8a", - "_publish_commit": "main:555a576f98d16066b9273ac33b10034c4892f5d4", + "_publish_hash": "sha256:8865e2a82266ec5947f2be0e309a46299fa9f5259dc60ea50c572b6895794c44", + "_publish_commit": "main:a5c219ea13fd1f63828987033efafc759f82192f", "_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 eb09b66..add3e06 100644 --- a/plugins/io.github.personalizedrefrigerator.js-draw/manifest.json +++ b/plugins/io.github.personalizedrefrigerator.js-draw/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 1, "id": "io.github.personalizedrefrigerator.js-draw", - "app_min_version": "2.8", - "version": "1.12.1", + "app_min_version": "2.10", + "version": "2.1.1", "name": "Freehand Drawing", "description": "Create and edit drawings with js-draw.", "author": "Henry Heino", @@ -31,7 +31,7 @@ "src": "../screenshots/editorview-dark.png" } ], - "_publish_hash": "sha256:21a111a7ffa778fbe358e3b841f07732fd2c2df7f52d63069ac8936240cfaa8a", - "_publish_commit": "main:555a576f98d16066b9273ac33b10034c4892f5d4", + "_publish_hash": "sha256:8865e2a82266ec5947f2be0e309a46299fa9f5259dc60ea50c572b6895794c44", + "_publish_commit": "main:a5c219ea13fd1f63828987033efafc759f82192f", "_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 9fc1f96..954c905 100644 Binary files a/plugins/io.github.personalizedrefrigerator.js-draw/plugin.jpl and b/plugins/io.github.personalizedrefrigerator.js-draw/plugin.jpl differ