diff --git a/README.md b/README.md index 6b8b3ab..c9ace97 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ This repository contains the following plugins: | [🏠](https://github.com/EliasVincent/joplin-email-note) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.eliasvsimon.email-note/plugin.jpl) | Email Note | 1.2.2 | Send a note as an email | EliasVincent | | [🏠](https://discourse.joplinapp.org/t/embed-any-search-with-content/14328) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.embedSearch/plugin.jpl) | Embed Search | 2.0.0 | Embeds list of links specified by search inside of note | ambrt | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.embeddedtags/plugin.jpl) | embedded tags | 1.0.0 | embeded tags | Dave Edwards | -| [🏠](https://github.com/Retr0ve/joplin-plugin-emoji) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/retr0ve.EmojiPlugin/plugin.jpl) | Emoji | 1.0.2 | A emoji picker. | Retr0ve | +| [🏠](https://github.com/Retr0ve/joplin-plugin-emoji) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/retr0ve.EmojiPlugin/plugin.jpl) | Emoji | 1.0.3 | A emoji picker. | Retr0ve | | [🏠](https://github.com/WeMakeMachines/joplin-plugin-event-calendar) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.wemakemachines.joplin.plugin.event-calendar/plugin.jpl) | Event Calendar | 0.1.0 | A simple event calendar | Franco Speziali | | [🏠](https://github.com/aman-d-1-n-only/joplin-exports-to-ssg#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.export-to-ssg.aman-d-1-n-only/plugin.jpl) | Export To SSG | 1.0.3 | Export a collection of notes to static site generator project. | aman-d-1-n-only | | [🏠](https://github.com/benji300/joplin-favorites) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.favorites/plugin.jpl) | Favorites | 1.3.0 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. | Benji300 | diff --git a/manifests.json b/manifests.json index bc376d2..202c681 100644 --- a/manifests.json +++ b/manifests.json @@ -1793,15 +1793,15 @@ "manifest_version": 1, "id": "retr0ve.EmojiPlugin", "app_min_version": "2.7", - "version": "1.0.2", + "version": "1.0.3", "name": "Emoji", "description": "A emoji picker.", "author": "Retr0ve", "homepage_url": "https://github.com/Retr0ve/joplin-plugin-emoji", "repository_url": "https://github.com/Retr0ve/joplin-plugin-emoji", "keywords": [], - "_publish_hash": "sha256:13b97fe62056fd86464c7862ce2c87a1d5bd562a137e6c4e2d00308d90f20a09", - "_publish_commit": "main:09d43080e61bceea8dac80797dd58f15bbf543ff", + "_publish_hash": "sha256:cee22d50c4fb9e28266f2442b40373b312f2076a8331f9a3e32f00e725a54c25", + "_publish_commit": "main:48e6bfb1025f64311f7622d6caa6a9accdbcfae0", "_npm_package_name": "joplin-plugin-emoji" }, "sadmice.TextColorize": { diff --git a/plugins/retr0ve.EmojiPlugin/manifest.json b/plugins/retr0ve.EmojiPlugin/manifest.json index 64af5c8..c88c18e 100644 --- a/plugins/retr0ve.EmojiPlugin/manifest.json +++ b/plugins/retr0ve.EmojiPlugin/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "retr0ve.EmojiPlugin", "app_min_version": "2.7", - "version": "1.0.2", + "version": "1.0.3", "name": "Emoji", "description": "A emoji picker.", "author": "Retr0ve", "homepage_url": "https://github.com/Retr0ve/joplin-plugin-emoji", "repository_url": "https://github.com/Retr0ve/joplin-plugin-emoji", "keywords": [], - "_publish_hash": "sha256:13b97fe62056fd86464c7862ce2c87a1d5bd562a137e6c4e2d00308d90f20a09", - "_publish_commit": "main:09d43080e61bceea8dac80797dd58f15bbf543ff", + "_publish_hash": "sha256:cee22d50c4fb9e28266f2442b40373b312f2076a8331f9a3e32f00e725a54c25", + "_publish_commit": "main:48e6bfb1025f64311f7622d6caa6a9accdbcfae0", "_npm_package_name": "joplin-plugin-emoji" } \ No newline at end of file diff --git a/plugins/retr0ve.EmojiPlugin/plugin.jpl b/plugins/retr0ve.EmojiPlugin/plugin.jpl index d47d6ef..d911c7a 100644 Binary files a/plugins/retr0ve.EmojiPlugin/plugin.jpl and b/plugins/retr0ve.EmojiPlugin/plugin.jpl differ