diff --git a/README.md b/README.md index 8b3a7cd..84eea62 100644 --- a/README.md +++ b/README.md @@ -46,5 +46,5 @@ This repository contains the following plugins: [๐Ÿ ](https://github.com/martinkorelic/joplin-plugin-spoiler-cards) | Spoiler cards | 0.3.1 | Create spoiler cards with title and extendable body. | Martin Koreliฤ [๐Ÿ ](https://github.com/roman-r-m/joplin-plugin-table-formatter) | Table Formatter Plugin | 1.1.1 | Format the table under the cursor in Markdown editor | Roman Musin [๐Ÿ ](https://github.com/forcewake/joplin-tags-generator) | Tags Generator | 1.0.0 | Plugin for Joplin which can be used to extract keywords from note and assign them as a note's tags | forcewake -[๐Ÿ ](https://discourse.joplinapp.org/t/untagged/16680) | Untagged | 1.0.3 | This is a joplin plugin to find notes and todos without a tag. | BeatLink +[๐Ÿ ](https://discourse.joplinapp.org/t/untagged/16680) | Untagged | 2.0.1 | This is a joplin plugin to find notes and todos without a tag. | BeatLink diff --git a/manifests.json b/manifests.json index d48f967..9d3ae66 100644 --- a/manifests.json +++ b/manifests.json @@ -571,15 +571,15 @@ "manifest_version": 1, "id": "com.github.BeatLink.joplin-plugin-untagged", "app_min_version": "1.7", - "version": "1.0.3", + "version": "2.0.1", "name": "Untagged", "description": "This is a joplin plugin to find notes and todos without a tag.", "author": "BeatLink", "homepage_url": "https://discourse.joplinapp.org/t/untagged/16680", "repository_url": "https://github.com/BeatLink/joplin-plugin-untagged", "keywords": [], - "_publish_hash": "sha256:7d9e98922a7577b0bba52183851c1e7f3af45248959e096e6314c2b03e5a9018", - "_publish_commit": "main:c0680fff8887568ed5c2b6d520c84b1a15939d77", + "_publish_hash": "sha256:7f416aff6671fc91e812ee16db9fd3cd819b9beb1de3c54b940307fd410b76be", + "_publish_commit": "main:5c5b8b4f67260cbeb7fa496a883b4d0db8e89e2d", "_npm_package_name": "joplin-plugin-untagged" } } \ No newline at end of file diff --git a/plugins/com.github.BeatLink.joplin-plugin-untagged/manifest.json b/plugins/com.github.BeatLink.joplin-plugin-untagged/manifest.json index d32c9fc..ed58abf 100644 --- a/plugins/com.github.BeatLink.joplin-plugin-untagged/manifest.json +++ b/plugins/com.github.BeatLink.joplin-plugin-untagged/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "com.github.BeatLink.joplin-plugin-untagged", "app_min_version": "1.7", - "version": "1.0.3", + "version": "2.0.1", "name": "Untagged", "description": "This is a joplin plugin to find notes and todos without a tag.", "author": "BeatLink", "homepage_url": "https://discourse.joplinapp.org/t/untagged/16680", "repository_url": "https://github.com/BeatLink/joplin-plugin-untagged", "keywords": [], - "_publish_hash": "sha256:7d9e98922a7577b0bba52183851c1e7f3af45248959e096e6314c2b03e5a9018", - "_publish_commit": "main:c0680fff8887568ed5c2b6d520c84b1a15939d77", + "_publish_hash": "sha256:7f416aff6671fc91e812ee16db9fd3cd819b9beb1de3c54b940307fd410b76be", + "_publish_commit": "main:5c5b8b4f67260cbeb7fa496a883b4d0db8e89e2d", "_npm_package_name": "joplin-plugin-untagged" } \ No newline at end of file diff --git a/plugins/com.github.BeatLink.joplin-plugin-untagged/plugin.jpl b/plugins/com.github.BeatLink.joplin-plugin-untagged/plugin.jpl index d782f39..2794457 100644 Binary files a/plugins/com.github.BeatLink.joplin-plugin-untagged/plugin.jpl and b/plugins/com.github.BeatLink.joplin-plugin-untagged/plugin.jpl differ