diff --git a/README.md b/README.md index d90c3ed..ea867b8 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ This repository contains the following plugins: | [🏠](https://github.com/JackGruber/joplin-plugin-backup/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.backup/plugin.jpl) | Simple Backup | 1.1.1 | Plugin to create manual and automatic backups. | JackGruber | | [🏠](https://github.com/kensam94/joplin-plugin-simple-highlighter) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/kensam.joplin.plugin.highlighter/plugin.jpl) | Simple Highlighter | 1.0.0 | Highlight/dehighlight the selected text | Ken Sam | | [🏠](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/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.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.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 | diff --git a/manifests.json b/manifests.json index 3157e45..bba38f2 100644 --- a/manifests.json +++ b/manifests.json @@ -1950,7 +1950,7 @@ "manifest_version": 1, "id": "joplin.plugin.space-indenter", "app_min_version": "2.6", - "version": "0.2.1", + "version": "0.2.2", "name": "Space Indenter", "description": "Indent paragraphs with spaces instead of tabs", "author": "alondmnt", @@ -1958,8 +1958,8 @@ "repository_url": "https://github.com/alondmnt/joplin-plugin-space-indenter", "keywords": [], "categories": [], - "_publish_hash": "sha256:698422fd20978c12123efa90e18d630b1d100eeae9a8c5def4d5e73dd2dc9106", - "_publish_commit": "main:518f65531608066b3aacd4440c7ceb5779ce483a", + "_publish_hash": "sha256:69127d1776feba2eb6d55ca7a6975da63686e3c77be7b5adf8fbd37ed07b730c", + "_publish_commit": "main:197691df8708ba105ced3fa3c27e04658f840dad", "_npm_package_name": "joplin-plugin-space-indenter" }, "com.font.size.shortcut": { diff --git a/plugins/joplin.plugin.space-indenter/manifest.json b/plugins/joplin.plugin.space-indenter/manifest.json index 89f4c41..31db695 100644 --- a/plugins/joplin.plugin.space-indenter/manifest.json +++ b/plugins/joplin.plugin.space-indenter/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "joplin.plugin.space-indenter", "app_min_version": "2.6", - "version": "0.2.1", + "version": "0.2.2", "name": "Space Indenter", "description": "Indent paragraphs with spaces instead of tabs", "author": "alondmnt", @@ -10,7 +10,7 @@ "repository_url": "https://github.com/alondmnt/joplin-plugin-space-indenter", "keywords": [], "categories": [], - "_publish_hash": "sha256:698422fd20978c12123efa90e18d630b1d100eeae9a8c5def4d5e73dd2dc9106", - "_publish_commit": "main:518f65531608066b3aacd4440c7ceb5779ce483a", + "_publish_hash": "sha256:69127d1776feba2eb6d55ca7a6975da63686e3c77be7b5adf8fbd37ed07b730c", + "_publish_commit": "main:197691df8708ba105ced3fa3c27e04658f840dad", "_npm_package_name": "joplin-plugin-space-indenter" } \ No newline at end of file diff --git a/plugins/joplin.plugin.space-indenter/plugin.jpl b/plugins/joplin.plugin.space-indenter/plugin.jpl index 2276372..dd0f362 100644 Binary files a/plugins/joplin.plugin.space-indenter/plugin.jpl and b/plugins/joplin.plugin.space-indenter/plugin.jpl differ