diff --git a/README.md b/README.md index da75799..8b0ea60 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ This repository contains the following plugins: [🏠](https://github.com/roman-r-m/joplin-plugin-resource-search) | Resource Search Plugin | 0.1.1 | Search in Attached Resources | Roman Musin [🏠](https://github.com/CalebJohn/joplin-rich-markdown#readme) | Rich Markdown | 0.4.4 | Helping you ditch the markdown viewer for good. | Caleb John [🏠](https://github.com/JackGruber/joplin-plugin-backup/blob/master/README.md) | Simple Backup | 0.5.3 | Plugin to create manual and automatic backups. | JackGruber -[🏠](https://github.com/martinkorelic/joplin-plugin-spoilers) | Spoilers | 1.0.2 | Create inline spoilers and spoiler blocks with title and extendable body. | Martin Korelič +[🏠](https://github.com/martinkorelic/joplin-plugin-spoilers) | Spoilers | 1.0.3 | Create inline spoilers and spoiler blocks with title and extendable body. | Martin Korelič [🏠](https://github.com/roman-r-m/joplin-plugin-table-formatter) | Table Formatter Plugin | 1.1.2 | Format the table under the cursor in Markdown editor | Roman Musin [🏠](https://github.com/forcewake/joplin-tags-generator) | Tags Generator | 1.0.0 | Plugin for Joplin which can be used to extract keywords from note and assign them as a note's tags | forcewake [🏠](https://discourse.joplinapp.org/t/untagged/16680) | Untagged | 2.1.1 | This is a joplin plugin to find notes and todos without a tag. | BeatLink diff --git a/manifests.json b/manifests.json index d33a324..8eeb70a 100644 --- a/manifests.json +++ b/manifests.json @@ -551,7 +551,7 @@ "manifest_version": 1, "id": "joplin.plugin.spoiler.cards", "app_min_version": "1.7", - "version": "1.0.2", + "version": "1.0.3", "name": "Spoilers", "description": "Create inline spoilers and spoiler blocks with title and extendable body.", "author": "Martin Korelič", @@ -563,8 +563,8 @@ "spoiler", "blocks" ], - "_publish_hash": "sha256:24e7462f3b36aa345db38256504e850c5a1811cf646fe9295743626e2dc35756", - "_publish_commit": "main:8435c27f8d75bfc97b8f268846402160f541144b", + "_publish_hash": "sha256:d4fc7a0ea590331360ecfafd43ead686203bec3a3c172dcb30a587447cecf3b4", + "_publish_commit": "main:33e421f6e42911236a4f3ad9974c6ecfac4f5464", "_npm_package_name": "joplin-plugin-spoiler-cards" }, "com.github.BeatLink.joplin-plugin-untagged": { diff --git a/plugins/joplin.plugin.spoiler.cards/manifest.json b/plugins/joplin.plugin.spoiler.cards/manifest.json index 7a327be..85f46f9 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.2", + "version": "1.0.3", "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:24e7462f3b36aa345db38256504e850c5a1811cf646fe9295743626e2dc35756", - "_publish_commit": "main:8435c27f8d75bfc97b8f268846402160f541144b", + "_publish_hash": "sha256:d4fc7a0ea590331360ecfafd43ead686203bec3a3c172dcb30a587447cecf3b4", + "_publish_commit": "main:33e421f6e42911236a4f3ad9974c6ecfac4f5464", "_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 b046ae7..913c0ac 100644 Binary files a/plugins/joplin.plugin.spoiler.cards/plugin.jpl and b/plugins/joplin.plugin.spoiler.cards/plugin.jpl differ