diff --git a/README.md b/README.md index 8933235..7ffb7f1 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ This repository contains the following plugins: | [🏠](https://github.com/forcewake/joplin-tags-generator) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.forcewake.tags-generator/plugin.jpl) | 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://github.com/joplin/plugin-templates) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.templates/plugin.jpl) | Templates | 2.2.0 | This plugin allows you to create and use templates in Joplin. | Nishant Mittal | | [🏠](https://github.com/Winbee/joplin-turn-to-chart) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.gagnepain.turnToChart/plugin.jpl) | turnToChart | 1.3.0 | Transform markdown table into d3js chart | Samuel Gagnepain | -| [🏠](https://discourse.joplinapp.org/t/untagged/16680) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.BeatLink.joplin-plugin-untagged/plugin.jpl) | Untagged | 2.1.1 | This is a joplin plugin to find notes and todos without a tag. | BeatLink | +| [🏠](https://discourse.joplinapp.org/t/untagged/16680) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.BeatLink.joplin-plugin-untagged/plugin.jpl) | Untagged | 2.2.0 | This is a joplin plugin to find notes and todos without a tag. | BeatLink | | [🏠](https://github.com/joplin/plugin-victor#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.Victor/plugin.jpl) | Victor | 1.0.0 | Victor can be used to clear all your data - notes, notebooks, attachments, tags, etc. Convenient to start over. | Laurent Cozic | | [🏠](https://discourse.joplinapp.org/t/joplin-white-theme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.BeatLink.joplin-plugin-white-theme/plugin.jpl) | White Theme | 0.0.7 | A white theme for joplin | BeatLink | diff --git a/manifests.json b/manifests.json index 9861114..5a55bc2 100644 --- a/manifests.json +++ b/manifests.json @@ -579,15 +579,15 @@ "manifest_version": 1, "id": "com.github.BeatLink.joplin-plugin-untagged", "app_min_version": "1.7", - "version": "2.1.1", + "version": "2.2.0", "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:09e581489f632a6201baf6ca21d2b4833ee85df2bbd26dad9510b35b33ffd0cd", - "_publish_commit": "main:949f656a91b4a1f2674d97dbe1efed22561a3e81", + "_publish_hash": "sha256:316c26ad5092785bb263d4e84123d0ee32376d3deae860a1649a55f34ed8e2db", + "_publish_commit": "main:60b1c35aa300424e0eacd869d7e3c587c99f4958", "_npm_package_name": "joplin-plugin-untagged" }, "com.joplin_plugin.nlr": { diff --git a/plugins/com.github.BeatLink.joplin-plugin-untagged/manifest.json b/plugins/com.github.BeatLink.joplin-plugin-untagged/manifest.json index 9ad5daa..d646d66 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": "2.1.1", + "version": "2.2.0", "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:09e581489f632a6201baf6ca21d2b4833ee85df2bbd26dad9510b35b33ffd0cd", - "_publish_commit": "main:949f656a91b4a1f2674d97dbe1efed22561a3e81", + "_publish_hash": "sha256:316c26ad5092785bb263d4e84123d0ee32376d3deae860a1649a55f34ed8e2db", + "_publish_commit": "main:60b1c35aa300424e0eacd869d7e3c587c99f4958", "_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 1ca3ee8..d2f929e 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