diff --git a/README.md b/README.md index b1e1a07..a1def36 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ This repository contains the following plugins: | [🏠](https://github.com/ambrt/joplin-plugin-send-snippet) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.sendSnippet/plugin.jpl) | Send snippet to different note | 1.0.0 | Sends snippet of text to any other note from any notebook | ambrt | | [🏠](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.0.5 | Plugin to create manual and automatic backups. | JackGruber | | [🏠](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/martinkorelic/joplin-plugin-spoilers) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.spoiler.cards/plugin.jpl) | Spoilers | 1.0.4 | Create inline spoilers and spoiler blocks with title and extendable body. | Martin Korelič | +| [🏠](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/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 8b7283e..e594501 100644 --- a/manifests.json +++ b/manifests.json @@ -559,7 +559,7 @@ "manifest_version": 1, "id": "joplin.plugin.spoiler.cards", "app_min_version": "1.7", - "version": "1.0.4", + "version": "1.0.5", "name": "Spoilers", "description": "Create inline spoilers and spoiler blocks with title and extendable body.", "author": "Martin Korelič", @@ -571,8 +571,8 @@ "spoiler", "blocks" ], - "_publish_hash": "sha256:6222a4d3ad32173ad2cbbc860ec4a8cf56d82eff668577ae5f8c086bc355a947", - "_publish_commit": "main:5a2b134e2e4fcd300bd2d3dde0d5642566b9dd69", + "_publish_hash": "sha256:fa44759b83519e27cbc0a605e2ee07147fbc0ee0a4afe8f9082115fbe649d963", + "_publish_commit": "main:4dd7cce26022169e45ad82cfe15f9eef2fe05564", "_npm_package_name": "joplin-plugin-spoiler-cards" }, "com.joplin_plugin.nlr": { diff --git a/plugins/joplin.plugin.spoiler.cards/manifest.json b/plugins/joplin.plugin.spoiler.cards/manifest.json index e69130c..38da0e1 100644 --- a/plugins/joplin.plugin.spoiler.cards/manifest.json +++ b/plugins/joplin.plugin.spoiler.cards/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "joplin.plugin.spoiler.cards", "app_min_version": "1.7", - "version": "1.0.4", + "version": "1.0.5", "name": "Spoilers", "description": "Create inline spoilers and spoiler blocks with title and extendable body.", "author": "Martin Korelič", @@ -14,7 +14,7 @@ "spoiler", "blocks" ], - "_publish_hash": "sha256:6222a4d3ad32173ad2cbbc860ec4a8cf56d82eff668577ae5f8c086bc355a947", - "_publish_commit": "main:5a2b134e2e4fcd300bd2d3dde0d5642566b9dd69", + "_publish_hash": "sha256:fa44759b83519e27cbc0a605e2ee07147fbc0ee0a4afe8f9082115fbe649d963", + "_publish_commit": "main:4dd7cce26022169e45ad82cfe15f9eef2fe05564", "_npm_package_name": "joplin-plugin-spoiler-cards" } \ No newline at end of file diff --git a/plugins/joplin.plugin.spoiler.cards/plugin.jpl b/plugins/joplin.plugin.spoiler.cards/plugin.jpl index 9a27065..6e85f46 100644 Binary files a/plugins/joplin.plugin.spoiler.cards/plugin.jpl and b/plugins/joplin.plugin.spoiler.cards/plugin.jpl differ