diff --git a/README.md b/README.md index 59714b6..e97a9c7 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.1.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.1.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 49212bd..357ec20 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.1.0", + "version": "0.1.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:67cf7a5286dca829a2349a9754c6c0e5bc3bafd8b61eaabaa4cf1be9e975cf99", - "_publish_commit": "main:5ca44c4bc64993b4c06de52f2841ce2ff9a2b993", + "_publish_hash": "sha256:7999d946924fa99894300a83e62d3c141f63b4da3b8e2f8ddbe40de393441c7c", + "_publish_commit": "main:6073d8591e17b7e58f5965eac01692c42d585965", "_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 4588a18..e351977 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.1.0", + "version": "0.1.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:67cf7a5286dca829a2349a9754c6c0e5bc3bafd8b61eaabaa4cf1be9e975cf99", - "_publish_commit": "main:5ca44c4bc64993b4c06de52f2841ce2ff9a2b993", + "_publish_hash": "sha256:7999d946924fa99894300a83e62d3c141f63b4da3b8e2f8ddbe40de393441c7c", + "_publish_commit": "main:6073d8591e17b7e58f5965eac01692c42d585965", "_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 b27647a..588fa18 100644 Binary files a/plugins/joplin.plugin.alondmnt.suitcase/plugin.jpl and b/plugins/joplin.plugin.alondmnt.suitcase/plugin.jpl differ