diff --git a/README.md b/README.md index 1936b58..b410aee 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This repository contains the following plugins: | ----- | ----- | ----- | ----- | ----- | ----- | | [🏠](https://github.com/joplin/plugin-abc-sheet-music) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.AbcSheetMusic/plugin.jpl) | ABC Sheet Music Plugin | 1.0.2 | Turns ABC text notation into sheet music | Laurent Cozic | | [🏠](https://github.com/maxnegro/joplin-plugin-admonition) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.admonition/plugin.jpl) | Admonition markdown extension | 1.1.0 | Enables markdownIt admonition plugin, which enables formatting notes | Massimiliano Masserelli | -| [🏠](https://github.com/nickhobbs94/joplin-plugin-advanced-tags) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.nhobb.AdvancedJoplinTags/plugin.jpl) | Advanced Tagging for Joplin | 1.0.0 | Allow tags to be subsets of other tags | Nicholas Hobbs | +| [🏠](https://github.com/nickhobbs94/joplin-plugin-advanced-tags) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.nhobb.AdvancedJoplinTags/plugin.jpl) | Advanced Tagging for Joplin | 1.1.0 | Allow tags to be subsets of other tags | Nicholas Hobbs | | [🏠](https://discourse.joplinapp.org/t/agenda/21158) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.gitlab.BeatLink.joplin-plugin-agenda/plugin.jpl) | Agenda | 3.7.1 | An agenda/calendar/schedule panel for joplin that shows all uncompleted to-dos with a due date. | BeatLink | | [🏠](https://github.com/makaanneo/joplin-plugin-athena) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.makaanneo.Athena/plugin.jpl) | Athena | 2.2.3 | Import files from import a folder into joplin notebook as notes mit metadata (PDF text in note comment, no OCR) | makaanneo | | [🏠](https://github.com/manuerwin/joplin-plugin-attache#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.manuerwin.attache/plugin.jpl) | Attaché | 1.1.1 | Your attachment updater. Mass replacement of Joplin attachments (resources) such as resized image files, current music playlists, and any other attachments you need to one-off or regularly update within Joplin. | Manu Erwin | diff --git a/manifests.json b/manifests.json index 4e0665c..18e02eb 100644 --- a/manifests.json +++ b/manifests.json @@ -2881,7 +2881,7 @@ "manifest_version": 1, "id": "com.nhobb.AdvancedJoplinTags", "app_min_version": "2.8", - "version": "1.0.0", + "version": "1.1.0", "name": "Advanced Tagging for Joplin", "description": "Allow tags to be subsets of other tags", "author": "Nicholas Hobbs", @@ -2889,8 +2889,8 @@ "repository_url": "https://github.com/nickhobbs94/joplin-plugin-advanced-tags", "keywords": [], "categories": [], - "_publish_hash": "sha256:0bbd00fd2e3336e7c8abad7b211a3d88f1def441a54d08ab9396ca1d296e3171", - "_publish_commit": "main:c4b2cdcfe02aba42f982bb92f86bf4cdd660570e", + "_publish_hash": "sha256:248da289880d7ac54664ba2cf7cfcbc68fec458813f0ea22ca9dad43cc12cb0b", + "_publish_commit": "main:4b116a95ff0618e481dae80a6d7a6727563a7d20", "_npm_package_name": "joplin-plugin-advanced-tagging" } } \ No newline at end of file diff --git a/plugins/com.nhobb.AdvancedJoplinTags/manifest.json b/plugins/com.nhobb.AdvancedJoplinTags/manifest.json index 080ea1e..76a0d30 100644 --- a/plugins/com.nhobb.AdvancedJoplinTags/manifest.json +++ b/plugins/com.nhobb.AdvancedJoplinTags/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.nhobb.AdvancedJoplinTags", "app_min_version": "2.8", - "version": "1.0.0", + "version": "1.1.0", "name": "Advanced Tagging for Joplin", "description": "Allow tags to be subsets of other tags", "author": "Nicholas Hobbs", @@ -10,7 +10,7 @@ "repository_url": "https://github.com/nickhobbs94/joplin-plugin-advanced-tags", "keywords": [], "categories": [], - "_publish_hash": "sha256:0bbd00fd2e3336e7c8abad7b211a3d88f1def441a54d08ab9396ca1d296e3171", - "_publish_commit": "main:c4b2cdcfe02aba42f982bb92f86bf4cdd660570e", + "_publish_hash": "sha256:248da289880d7ac54664ba2cf7cfcbc68fec458813f0ea22ca9dad43cc12cb0b", + "_publish_commit": "main:4b116a95ff0618e481dae80a6d7a6727563a7d20", "_npm_package_name": "joplin-plugin-advanced-tagging" } \ No newline at end of file diff --git a/plugins/com.nhobb.AdvancedJoplinTags/plugin.jpl b/plugins/com.nhobb.AdvancedJoplinTags/plugin.jpl index acf3ed7..a94a5dd 100644 Binary files a/plugins/com.nhobb.AdvancedJoplinTags/plugin.jpl and b/plugins/com.nhobb.AdvancedJoplinTags/plugin.jpl differ