diff --git a/README.md b/README.md index 9d48f3e..6e01f8b 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/joplin/plugins/raw/master/plugins/retr0ve.EmojiPlugin/plugin.jpl) | Emoji | 1.0.0 | 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.1 | 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 7a87de1..1dbd4c3 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.0", + "version": "1.0.1", "name": "Emoji", "description": "A emoji picker.", "author": "Retr0ve", - "homepage_url": "", + "homepage_url": "https://github.com/Retr0ve/joplin-plugin-emoji", "repository_url": "https://github.com/Retr0ve/joplin-plugin-emoji", "keywords": [], - "_publish_hash": "sha256:79fc889daaf1193f156fdd311103d76d5f71e2cc22ab56398bf5159821a73bd5", - "_publish_commit": "main:ea9edf97b445c2fbff44460f3d64a3aeee2ba2fb", + "_publish_hash": "sha256:fc3c12f58dd48ab19cf0be1d709edeb47b55e6bdeb4eeaedbb997cacd595468a", + "_publish_commit": "main:c52b543b12cae3f02d9b285e8cab63ff583ab33b", "_npm_package_name": "joplin-plugin-emoji" }, "sadmice.TextColorize": { diff --git a/plugins/retr0ve.EmojiPlugin/manifest.json b/plugins/retr0ve.EmojiPlugin/manifest.json index d13665a..c9409cc 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.0", + "version": "1.0.1", "name": "Emoji", "description": "A emoji picker.", "author": "Retr0ve", - "homepage_url": "", + "homepage_url": "https://github.com/Retr0ve/joplin-plugin-emoji", "repository_url": "https://github.com/Retr0ve/joplin-plugin-emoji", "keywords": [], - "_publish_hash": "sha256:79fc889daaf1193f156fdd311103d76d5f71e2cc22ab56398bf5159821a73bd5", - "_publish_commit": "main:ea9edf97b445c2fbff44460f3d64a3aeee2ba2fb", + "_publish_hash": "sha256:fc3c12f58dd48ab19cf0be1d709edeb47b55e6bdeb4eeaedbb997cacd595468a", + "_publish_commit": "main:c52b543b12cae3f02d9b285e8cab63ff583ab33b", "_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 5306242..8f8d342 100644 Binary files a/plugins/retr0ve.EmojiPlugin/plugin.jpl and b/plugins/retr0ve.EmojiPlugin/plugin.jpl differ