diff --git a/README.md b/README.md index 7ffbf61..c1c9a42 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.2.0 | 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.3.0 | 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 845395e..c25c4f4 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.2.0", + "version": "0.3.0", "name": "RevealJS Integration", "description": "Turn notes into slideshows with reveal.js!", "author": "Henry Heino", @@ -2956,8 +2956,8 @@ "categories": [ "integrations" ], - "_publish_hash": "sha256:63b902e07df687852b421d1665259022ec5383c1720db9bb15c7067e8d9d025e", - "_publish_commit": "main:3e6a609845ada97a917aed7735f0a130da4fd503", + "_publish_hash": "sha256:72e73c01722c9e5e3aa05ae65fe086a0d092e844e7b1b90809b74ede705f19ed", + "_publish_commit": "main:f660d195501b99ff4924255a81145aca40179d2c", "_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 2732ce8..1d25b9b 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.2.0", + "version": "0.3.0", "name": "RevealJS Integration", "description": "Turn notes into slideshows with reveal.js!", "author": "Henry Heino", @@ -17,7 +17,7 @@ "categories": [ "integrations" ], - "_publish_hash": "sha256:63b902e07df687852b421d1665259022ec5383c1720db9bb15c7067e8d9d025e", - "_publish_commit": "main:3e6a609845ada97a917aed7735f0a130da4fd503", + "_publish_hash": "sha256:72e73c01722c9e5e3aa05ae65fe086a0d092e844e7b1b90809b74ede705f19ed", + "_publish_commit": "main:f660d195501b99ff4924255a81145aca40179d2c", "_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 8d01d7b..d330011 100644 Binary files a/plugins/io.github.personalizedrefrigerator.revealjs-integration/plugin.jpl and b/plugins/io.github.personalizedrefrigerator.revealjs-integration/plugin.jpl differ