diff --git a/README.md b/README.md index 490c0a5..8b06561 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,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.3.1 | Change the capitalization of selected text, and case-insensitive sorting | Alon Diament | +| [🏠](https://github.com/alondmnt/joplin-plugin-suitcase/#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.alondmnt.suitcase/plugin.jpl) | Suitcase | 0.3.2 | Change the capitalization of selected text, and case-insensitive sorting | 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 d7d0a3c..0064f90 100644 --- a/manifests.json +++ b/manifests.json @@ -2359,7 +2359,7 @@ "manifest_version": 1, "id": "joplin.plugin.alondmnt.suitcase", "app_min_version": "2.8", - "version": "0.3.1", + "version": "0.3.2", "name": "Suitcase", "description": "Change the capitalization of selected text, and case-insensitive sorting", "author": "Alon Diament", @@ -2367,8 +2367,8 @@ "repository_url": "https://github.com/alondmnt/joplin-plugin-suitcase", "keywords": [], "categories": [], - "_publish_hash": "sha256:94ed1f99924c112e39caa09703a5295113c026e2f3a20e1dd2c42b5996a2524d", - "_publish_commit": "main:ad5d3835bbdfbee2ef35e9054bd65e5f75b2bc71", + "_publish_hash": "sha256:780593ebf73848e2d6f6e02f045310e39ce5c0cb884274d807d7e16eef4e952e", + "_publish_commit": "main:993d129a0962d6fb309b09a84bbb7a5f8cdf87e2", "_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 d59c376..fcaebbd 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.3.1", + "version": "0.3.2", "name": "Suitcase", "description": "Change the capitalization of selected text, and case-insensitive sorting", "author": "Alon Diament", @@ -10,7 +10,7 @@ "repository_url": "https://github.com/alondmnt/joplin-plugin-suitcase", "keywords": [], "categories": [], - "_publish_hash": "sha256:94ed1f99924c112e39caa09703a5295113c026e2f3a20e1dd2c42b5996a2524d", - "_publish_commit": "main:ad5d3835bbdfbee2ef35e9054bd65e5f75b2bc71", + "_publish_hash": "sha256:780593ebf73848e2d6f6e02f045310e39ce5c0cb884274d807d7e16eef4e952e", + "_publish_commit": "main:993d129a0962d6fb309b09a84bbb7a5f8cdf87e2", "_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 fa9f527..8dbf357 100644 Binary files a/plugins/joplin.plugin.alondmnt.suitcase/plugin.jpl and b/plugins/joplin.plugin.alondmnt.suitcase/plugin.jpl differ