diff --git a/README.md b/README.md index ea2eb60..fb2ce28 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ This repository contains the following plugins: | [🏠](https://github.com/uphy/joplin-plantuml-plugin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.uphy.PlantUmlPlugin/plugin.jpl) | PlantUML | 0.0.1 | Markdown extension plugin to render PlantUML diagrams. | uphy | | [🏠](https://github.com/martinkorelic/joplin-plugin-quick-html-tags) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.quick.html.tags/plugin.jpl) | Quick HTML tags | 0.1.0 | Create quick HTML tags. | Martin Korelič | | [🏠](https://discourse.joplinapp.org/t/quick-links-plugin/14214) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.whatever.quick-links/plugin.jpl) | Quick Links | 1.2.2 | Create links to other notes | Roman Musin | -| [🏠](https://github.com/benji300/joplin-quick-move) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.quick-move/plugin.jpl) | Quick Move | 1.0.0 | Collection of commands to quickly move notes to other notebooks. | Benji300 | +| [🏠](https://github.com/benji300/joplin-quick-move) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.quick-move/plugin.jpl) | Quick Move | 1.1.0 | Collection of commands to quickly move notes to other notebooks. | Benji300 | | [🏠](https://github.com/Kaid00/joplin-random-note/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.plugin.randomNotePlugin/plugin.jpl) | Random note | 1.0.0 | Opens a random note from your vault | Azamah Junior | | [🏠](https://discourse.joplinapp.org/t/plugin-repeating-to-dos/16470) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.gitlab.BeatLink.joplin-plugin-repeating-todos/plugin.jpl) | Repeating To-Dos | 0.0.3 | A powerful and comprehensive plugin for to-do repetition/recurrence | BeatLink | | [🏠](https://github.com/roman-r-m/joplin-plugin-resource-search) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.rmusin.resource-search/plugin.jpl) | Resource Search Plugin | 0.1.1 | Search in Attached Resources | Roman Musin | diff --git a/manifests.json b/manifests.json index e24d7c5..c984836 100644 --- a/manifests.json +++ b/manifests.json @@ -502,8 +502,8 @@ "joplin.plugin.benji.quick-move": { "manifest_version": 1, "id": "joplin.plugin.benji.quick-move", - "app_min_version": "1.7.10", - "version": "1.0.0", + "app_min_version": "1.8.2", + "version": "1.1.0", "name": "Quick Move", "description": "Collection of commands to quickly move notes to other notebooks.", "author": "Benji300", @@ -516,8 +516,8 @@ "notebook", "note" ], - "_publish_hash": "sha256:e7abdb18d3789200f1d2e210e9c856194d2016d564ebafb5f712dc0f491e33a2", - "_publish_commit": "master:f8ecd6531625d0941152e70850951b5389fabdfc", + "_publish_hash": "sha256:2b6cdc468a3f7fdf2238641db755820137e3641cecac80c1bc07a17fd3f5e4cd", + "_publish_commit": "master:a528320345de4340f3fb47d1390493361f1bb0c4", "_npm_package_name": "joplin-plugin-quick-move" }, "com.export-to-ssg.aman-d-1-n-only": { diff --git a/plugins/joplin.plugin.benji.quick-move/manifest.json b/plugins/joplin.plugin.benji.quick-move/manifest.json index cf6ae7d..c78cbec 100644 --- a/plugins/joplin.plugin.benji.quick-move/manifest.json +++ b/plugins/joplin.plugin.benji.quick-move/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 1, "id": "joplin.plugin.benji.quick-move", - "app_min_version": "1.7.10", - "version": "1.0.0", + "app_min_version": "1.8.2", + "version": "1.1.0", "name": "Quick Move", "description": "Collection of commands to quickly move notes to other notebooks.", "author": "Benji300", @@ -15,7 +15,7 @@ "notebook", "note" ], - "_publish_hash": "sha256:e7abdb18d3789200f1d2e210e9c856194d2016d564ebafb5f712dc0f491e33a2", - "_publish_commit": "master:f8ecd6531625d0941152e70850951b5389fabdfc", + "_publish_hash": "sha256:2b6cdc468a3f7fdf2238641db755820137e3641cecac80c1bc07a17fd3f5e4cd", + "_publish_commit": "master:a528320345de4340f3fb47d1390493361f1bb0c4", "_npm_package_name": "joplin-plugin-quick-move" } \ No newline at end of file diff --git a/plugins/joplin.plugin.benji.quick-move/plugin.jpl b/plugins/joplin.plugin.benji.quick-move/plugin.jpl index f6d553c..88e5bab 100644 Binary files a/plugins/joplin.plugin.benji.quick-move/plugin.jpl and b/plugins/joplin.plugin.benji.quick-move/plugin.jpl differ