diff --git a/README.md b/README.md index a4c2fff..3efcdfa 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,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.3.2 | Add inline and other images to the markdown editor. | 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-spoiler-cards) | Spoiler cards | 0.3.0 | Create spoiler cards with title and extendable body. | Martin Korelič +[🏠](https://github.com/martinkorelic/joplin-plugin-spoiler-cards) | Spoiler cards | 0.3.1 | Create spoiler cards with title and extendable body. | Martin Korelič [🏠](https://github.com/roman-r-m/joplin-plugin-table-formatter) | Table Formatter Plugin | 1.1.1 | 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 diff --git a/manifests.json b/manifests.json index 58d1637..720d054 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": "0.3.0", + "version": "0.3.1", "name": "Spoiler cards", "description": "Create spoiler cards with title and extendable body.", "author": "Martin Korelič", @@ -563,8 +563,8 @@ "cards", "spoiler" ], - "_publish_hash": "sha256:f19e99fa07e2f3fee8f1d9a07ff9bdb648aa8fabc2e721ddb9054d95aafaedc3", - "_publish_commit": "master:7d2e6c47ada5420322854ea0809c55fd81ac2cd4", + "_publish_hash": "sha256:9da717a1ab9a247c296efca52ea813f32485c457facdd53334426c3082639d21", + "_publish_commit": "master:54f12cfa7e401e4783a602db4d8d2a681b981a3e", "_npm_package_name": "joplin-plugin-spoiler-cards" } } \ No newline at end of file diff --git a/plugins/joplin.plugin.spoiler.cards/manifest.json b/plugins/joplin.plugin.spoiler.cards/manifest.json index daf99f6..3cf4f09 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": "0.3.0", + "version": "0.3.1", "name": "Spoiler cards", "description": "Create spoiler cards with title and extendable body.", "author": "Martin Korelič", @@ -14,7 +14,7 @@ "cards", "spoiler" ], - "_publish_hash": "sha256:f19e99fa07e2f3fee8f1d9a07ff9bdb648aa8fabc2e721ddb9054d95aafaedc3", - "_publish_commit": "master:7d2e6c47ada5420322854ea0809c55fd81ac2cd4", + "_publish_hash": "sha256:9da717a1ab9a247c296efca52ea813f32485c457facdd53334426c3082639d21", + "_publish_commit": "master:54f12cfa7e401e4783a602db4d8d2a681b981a3e", "_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 cc8c17a..8e4c81a 100644 Binary files a/plugins/joplin.plugin.spoiler.cards/plugin.jpl and b/plugins/joplin.plugin.spoiler.cards/plugin.jpl differ