diff --git a/README.md b/README.md index d61bc0c..8f8283e 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ This repository contains the following plugins: | [🏠](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.0.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.1 | Search in Attached Resources | Roman Musin | | [🏠](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.7.3 | 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.0.0 | A command that inserts <ruby> tags to formatted text to display furigana. | Hieu-Thi Luong | +| [🏠](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.0.1 | A command that inserts <ruby> tags to formatted text to display furigana. | Hieu-Thi Luong | | [🏠](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.3 | Plugin to create manual and automatic backups. | JackGruber | | [🏠](https://github.com/martinkorelic/joplin-plugin-spoilers) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.spoiler.cards/plugin.jpl) | 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) | [⬇️](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 | diff --git a/manifests.json b/manifests.json index 5999638..d090dfb 100644 --- a/manifests.json +++ b/manifests.json @@ -1071,7 +1071,7 @@ "manifest_version": 1, "id": "com.hieuthi.joplin.rubi-and-furigana", "app_min_version": "2.2", - "version": "1.0.0", + "version": "1.0.1", "name": "Rubi and Furigana", "description": "A command that inserts tags to formatted text to display furigana.", "author": "Hieu-Thi Luong", @@ -1084,8 +1084,8 @@ "shortcut", "joplin" ], - "_publish_hash": "sha256:53fb82b7b97b2cb5448fdae2f46b209487e6da772ec11df13b36ba4b42ad19f4", - "_publish_commit": "main:f52a91ead62bd28622583ebc847144a0d607e435", + "_publish_hash": "sha256:c8bb352dcf233963a054b5cf19232fb1d8e5c0fb3c69af8c900d231e5ffa73dd", + "_publish_commit": "main:8eced0e726a7c397ba6878e52ddb937292ac9d81", "_npm_package_name": "joplin-plugin-rubi-and-furigana" }, "ylc395.betterMarkdownViewer": { diff --git a/plugins/com.hieuthi.joplin.rubi-and-furigana/manifest.json b/plugins/com.hieuthi.joplin.rubi-and-furigana/manifest.json index c119912..3a5b990 100644 --- a/plugins/com.hieuthi.joplin.rubi-and-furigana/manifest.json +++ b/plugins/com.hieuthi.joplin.rubi-and-furigana/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.hieuthi.joplin.rubi-and-furigana", "app_min_version": "2.2", - "version": "1.0.0", + "version": "1.0.1", "name": "Rubi and Furigana", "description": "A command that inserts tags to formatted text to display furigana.", "author": "Hieu-Thi Luong", @@ -15,7 +15,7 @@ "shortcut", "joplin" ], - "_publish_hash": "sha256:53fb82b7b97b2cb5448fdae2f46b209487e6da772ec11df13b36ba4b42ad19f4", - "_publish_commit": "main:f52a91ead62bd28622583ebc847144a0d607e435", + "_publish_hash": "sha256:c8bb352dcf233963a054b5cf19232fb1d8e5c0fb3c69af8c900d231e5ffa73dd", + "_publish_commit": "main:8eced0e726a7c397ba6878e52ddb937292ac9d81", "_npm_package_name": "joplin-plugin-rubi-and-furigana" } \ No newline at end of file diff --git a/plugins/com.hieuthi.joplin.rubi-and-furigana/plugin.jpl b/plugins/com.hieuthi.joplin.rubi-and-furigana/plugin.jpl index 5303214..392826b 100644 Binary files a/plugins/com.hieuthi.joplin.rubi-and-furigana/plugin.jpl and b/plugins/com.hieuthi.joplin.rubi-and-furigana/plugin.jpl differ