diff --git a/README.md b/README.md index 51449be..dfe274f 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ This repository contains the following plugins: | [🏠](https://github.com/mak2002/joplin-remove-images-from-note.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.remove.images.from.note/plugin.jpl) | Remove Images | 0.0.2 | Allows to remove images from selected note | mak2002 | | [🏠](https://discourse.joplinapp.org/t/plugin-repeating-to-dos/16470) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.gitlab.BeatLink.joplin-plugin-repeating-todos/plugin.jpl) | Repeating To-Dos | 0.10.3 | A powerful and comprehensive plugin for to-do repetition/recurrence | BeatLink | | [🏠](https://github.com/roman-r-m/joplin-plugin-resource-search) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.rmusin.resource-search/plugin.jpl) | Resource Search Plugin | 0.1.2 | Search in Attached Resources | Roman Musin | -| [🏠](https://github.com/personalizedrefrigerator/joplin-plugin-revealjs-slides/) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.personalizedrefrigerator.revealjs-integration/plugin.jpl) | RevealJS Integration | 0.0.2 | Turn notes into slideshows with reveal.js! | Henry Heino | +| [🏠](https://github.com/personalizedrefrigerator/joplin-plugin-revealjs-slides/) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.personalizedrefrigerator.revealjs-integration/plugin.jpl) | RevealJS Integration | 0.1.1 | Turn notes into slideshows with reveal.js! | Henry Heino | | [🏠](https://github.com/CalebJohn/joplin-rich-markdown#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.rich-markdown/plugin.jpl) | Rich Markdown | 0.13.2 | Helping you ditch the markdown viewer for good. | Caleb John | | [🏠](https://github.com/hieuthi/joplin-plugin-rubi-and-furigana) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.rubi-and-furigana/plugin.jpl) | Rubi and Furigana | 1.1.0 | Commands that insert appropriate <ruby> and <rt> tags to formatted text to display furigana. | Hieu-Thi Luong | | [🏠](joshchavez.dev) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joshthor.export/plugin.jpl) | Save Note as MD | 1.0.2 | Simple plugin to export your current note as an MD file to the directory of your choice | Josh Chavez | diff --git a/manifests.json b/manifests.json index ae6f682..c9d660d 100644 --- a/manifests.json +++ b/manifests.json @@ -2941,7 +2941,7 @@ "manifest_version": 1, "id": "io.github.personalizedrefrigerator.revealjs-integration", "app_min_version": "2.8", - "version": "0.0.2", + "version": "0.1.1", "name": "RevealJS Integration", "description": "Turn notes into slideshows with reveal.js!", "author": "Henry Heino", @@ -2956,8 +2956,8 @@ "categories": [ "integrations" ], - "_publish_hash": "sha256:606d29b0bbb56e2454fc4d87aa7f10e974a326d453fe4aaa66de9b68f75a49f8", - "_publish_commit": "main:baccce261d3cbe45d3df3ce94cb1b11222421206", + "_publish_hash": "sha256:0a5b90cec869e8478551bb47617ad912c9d6ead815d6aaf3771816829ba6ac0f", + "_publish_commit": "main:63c93e845b154b124149ef606743872280bb9afa", "_npm_package_name": "joplin-plugin-revealjs-slides" } } \ No newline at end of file diff --git a/plugins/io.github.personalizedrefrigerator.revealjs-integration/manifest.json b/plugins/io.github.personalizedrefrigerator.revealjs-integration/manifest.json index 3980c32..9907f2d 100644 --- a/plugins/io.github.personalizedrefrigerator.revealjs-integration/manifest.json +++ b/plugins/io.github.personalizedrefrigerator.revealjs-integration/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "io.github.personalizedrefrigerator.revealjs-integration", "app_min_version": "2.8", - "version": "0.0.2", + "version": "0.1.1", "name": "RevealJS Integration", "description": "Turn notes into slideshows with reveal.js!", "author": "Henry Heino", @@ -17,7 +17,7 @@ "categories": [ "integrations" ], - "_publish_hash": "sha256:606d29b0bbb56e2454fc4d87aa7f10e974a326d453fe4aaa66de9b68f75a49f8", - "_publish_commit": "main:baccce261d3cbe45d3df3ce94cb1b11222421206", + "_publish_hash": "sha256:0a5b90cec869e8478551bb47617ad912c9d6ead815d6aaf3771816829ba6ac0f", + "_publish_commit": "main:63c93e845b154b124149ef606743872280bb9afa", "_npm_package_name": "joplin-plugin-revealjs-slides" } \ No newline at end of file diff --git a/plugins/io.github.personalizedrefrigerator.revealjs-integration/plugin.jpl b/plugins/io.github.personalizedrefrigerator.revealjs-integration/plugin.jpl index c17a7a3..8add77b 100644 Binary files a/plugins/io.github.personalizedrefrigerator.revealjs-integration/plugin.jpl and b/plugins/io.github.personalizedrefrigerator.revealjs-integration/plugin.jpl differ