diff --git a/README.md b/README.md index e29acb5..7493c62 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,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.3.2 | 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.2 | 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.6 | 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.1 | 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.2 | Change the capitalization of selected text | Alon Diament | | [🏠](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 bd85cff..afe1a60 100644 --- a/manifests.json +++ b/manifests.json @@ -2370,16 +2370,16 @@ "manifest_version": 1, "id": "joplin.plugin.alondmnt.suitcase", "app_min_version": "2.8", - "version": "0.2.1", + "version": "0.2.2", "name": "Suitcase", "description": "Change the capitalization of selected text", - "author": "alondmnt", + "author": "Alon Diament", "homepage_url": "https://github.com/alondmnt/joplin-plugin-suitcase/#readme", "repository_url": "https://github.com/alondmnt/joplin-plugin-suitcase", "keywords": [], "categories": [], - "_publish_hash": "sha256:9a10f6d59f53a9f2620bb5d0ecedefc27c1c0a27fd345197f0524e6862e1fcd6", - "_publish_commit": "main:6c54cbf8a531f4f6d1727b055343e4e5a77b24f5", + "_publish_hash": "sha256:86c674fa49327d3b3fe0fe9cc5fb5104b13e10af0b544ce8c2703a6f9ea98113", + "_publish_commit": "main:0790ebf7d5f6be56c96c8a5846bfa553b4da8184", "_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 27f42cf..bf5e7c4 100644 --- a/plugins/joplin.plugin.alondmnt.suitcase/manifest.json +++ b/plugins/joplin.plugin.alondmnt.suitcase/manifest.json @@ -2,15 +2,15 @@ "manifest_version": 1, "id": "joplin.plugin.alondmnt.suitcase", "app_min_version": "2.8", - "version": "0.2.1", + "version": "0.2.2", "name": "Suitcase", "description": "Change the capitalization of selected text", - "author": "alondmnt", + "author": "Alon Diament", "homepage_url": "https://github.com/alondmnt/joplin-plugin-suitcase/#readme", "repository_url": "https://github.com/alondmnt/joplin-plugin-suitcase", "keywords": [], "categories": [], - "_publish_hash": "sha256:9a10f6d59f53a9f2620bb5d0ecedefc27c1c0a27fd345197f0524e6862e1fcd6", - "_publish_commit": "main:6c54cbf8a531f4f6d1727b055343e4e5a77b24f5", + "_publish_hash": "sha256:86c674fa49327d3b3fe0fe9cc5fb5104b13e10af0b544ce8c2703a6f9ea98113", + "_publish_commit": "main:0790ebf7d5f6be56c96c8a5846bfa553b4da8184", "_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 9da48b8..b4555d0 100644 Binary files a/plugins/joplin.plugin.alondmnt.suitcase/plugin.jpl and b/plugins/joplin.plugin.alondmnt.suitcase/plugin.jpl differ