diff --git a/README.md b/README.md index a0acd31..a852c85 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ This repository contains the following plugins: | [🏠](https://github.com/hieuthi/joplin-plugin-slash-commands) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.slash-commands/plugin.jpl) | Slash Commands: Datetime & More | 1.2.1 | Execute several utilities by typing a command that starts with a slash. | Hieu-Thi Luong | | [🏠](https://github.com/alondmnt/joplin-plugin-space-indenter) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.space-indenter/plugin.jpl) | Space Indenter | 0.2.1 | Indent paragraphs with spaces instead of tabs | alondmnt | | [🏠](https://github.com/martinkorelic/joplin-plugin-spoilers) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.spoiler.cards/plugin.jpl) | Spoilers | 1.0.5 | Create inline spoilers and spoiler blocks with title and extendable body. | Martin Korelič | -| [🏠](https://github.com/alondmnt/joplin-plugin-suitcase/#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.alondmnt.suitcase/plugin.jpl) | Suitcase | 0.2.0 | Change the capitalization of selected text | alondmnt | +| [🏠](https://github.com/alondmnt/joplin-plugin-suitcase/#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.alondmnt.suitcase/plugin.jpl) | Suitcase | 0.2.1 | Change the capitalization of selected text | alondmnt | | [🏠](https://github.com/roman-r-m/joplin-plugin-table-formatter) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.rmusin.joplin-table-formatter/plugin.jpl) | Table Formatter Plugin | 1.2.1 | Format the table under the cursor in Markdown editor | Roman Musin | | [🏠](https://github.com/benlau/joplin-plugin-tag-links) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-tag-links/plugin.jpl) | Tag Links | 0.1.0 | Insert the link of tags at the footer automatically | Ben Lau | | [🏠](https://github.com/JackGruber/joplin-plugin-tagging/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.copytags/plugin.jpl) | Tagging | 1.0.1 | Plugin to extend the Joplin tagging menu with a coppy all tags and a tagging dialog with more control. (Formerly Copy Tags). | JackGruber | diff --git a/manifests.json b/manifests.json index cb02149..9a66469 100644 --- a/manifests.json +++ b/manifests.json @@ -2369,7 +2369,7 @@ "manifest_version": 1, "id": "joplin.plugin.alondmnt.suitcase", "app_min_version": "2.8", - "version": "0.2.0", + "version": "0.2.1", "name": "Suitcase", "description": "Change the capitalization of selected text", "author": "alondmnt", @@ -2377,8 +2377,8 @@ "repository_url": "https://github.com/alondmnt/joplin-plugin-suitcase", "keywords": [], "categories": [], - "_publish_hash": "sha256:9e24a1da6bf4bb6520a8c3fa49efb4d00e13210f99b552bb17512bc681d63e3d", - "_publish_commit": "main:75bdf926f71476845adf55f2c8a22ecfe741b8c1", + "_publish_hash": "sha256:9a10f6d59f53a9f2620bb5d0ecedefc27c1c0a27fd345197f0524e6862e1fcd6", + "_publish_commit": "main:6c54cbf8a531f4f6d1727b055343e4e5a77b24f5", "_npm_package_name": "joplin-plugin-suitcase" }, "org.yangby.joplin.plugins.enhanced-editing": { diff --git a/plugins/joplin.plugin.alondmnt.suitcase/manifest.json b/plugins/joplin.plugin.alondmnt.suitcase/manifest.json index 61d60c6..27f42cf 100644 --- a/plugins/joplin.plugin.alondmnt.suitcase/manifest.json +++ b/plugins/joplin.plugin.alondmnt.suitcase/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "joplin.plugin.alondmnt.suitcase", "app_min_version": "2.8", - "version": "0.2.0", + "version": "0.2.1", "name": "Suitcase", "description": "Change the capitalization of selected text", "author": "alondmnt", @@ -10,7 +10,7 @@ "repository_url": "https://github.com/alondmnt/joplin-plugin-suitcase", "keywords": [], "categories": [], - "_publish_hash": "sha256:9e24a1da6bf4bb6520a8c3fa49efb4d00e13210f99b552bb17512bc681d63e3d", - "_publish_commit": "main:75bdf926f71476845adf55f2c8a22ecfe741b8c1", + "_publish_hash": "sha256:9a10f6d59f53a9f2620bb5d0ecedefc27c1c0a27fd345197f0524e6862e1fcd6", + "_publish_commit": "main:6c54cbf8a531f4f6d1727b055343e4e5a77b24f5", "_npm_package_name": "joplin-plugin-suitcase" } \ No newline at end of file diff --git a/plugins/joplin.plugin.alondmnt.suitcase/plugin.jpl b/plugins/joplin.plugin.alondmnt.suitcase/plugin.jpl index 334a5a4..9da48b8 100644 Binary files a/plugins/joplin.plugin.alondmnt.suitcase/plugin.jpl and b/plugins/joplin.plugin.alondmnt.suitcase/plugin.jpl differ