diff --git a/README.md b/README.md index 89d91eb..d7bb923 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ This repository contains the following plugins: | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.embeddedtags/plugin.jpl) | embedded tags | 1.0.0 | embeded tags | Dave Edwards | | [🏠](https://discourse.joplinapp.org/t/plugin-emoji-picker/24228) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/retr0ve.EmojiPlugin/plugin.jpl) | Emoji | 1.0.4 | A emoji picker. | Retr0ve | | [🏠](https://github.com/SeptemberHX/joplin-plugin-enhancement.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.septemberhx.Joplin.Enhancement/plugin.jpl) | Enhancement | 1.1.2 | Enhance the markdown editor with live preview for math, mermaid, link, image, and more. It also includes other features for markdown rendering. | SeptemberHX | -| [🏠](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.2.0 | A simple event calendar | Franco Speziali | +| [🏠](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.2.1 | 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/kensam94/joplin-plugin-eztable) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/kensam.joplin.plugin.eztable/plugin.jpl) | Ez Table | 1.0.2 | Make markdown table easy | Ken Sam | | [🏠](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 86bbfa1..50119e0 100644 --- a/manifests.json +++ b/manifests.json @@ -1831,15 +1831,15 @@ "manifest_version": 1, "id": "com.wemakemachines.joplin.plugin.event-calendar", "app_min_version": "2.7", - "version": "0.2.0", + "version": "0.2.1", "name": "Event Calendar", "description": "A simple event calendar", "author": "Franco Speziali", "homepage_url": "https://github.com/WeMakeMachines/joplin-plugin-event-calendar", "repository_url": "https://github.com/WeMakeMachines/joplin-plugin-event-calendar", "keywords": [], - "_publish_hash": "sha256:3578f677ba6b60a6c3c8b974d4b8b685acd6ef01992490ff6ad2c504bd936a80", - "_publish_commit": "master:02a8a7e6eb75268457ada1b32b9055e23647db2b", + "_publish_hash": "sha256:7c3449af06644da5512057a482cf802648d0520a1c005b13e8abf7c2b833b3e6", + "_publish_commit": "master:ff2c3794d66c89e807748ebbebbec4a057c33d03", "_npm_package_name": "joplin-plugin-event-calendar" }, "joplin.plugin.alondmnt.history-panel": { diff --git a/plugins/com.wemakemachines.joplin.plugin.event-calendar/manifest.json b/plugins/com.wemakemachines.joplin.plugin.event-calendar/manifest.json index d9ee794..93e4471 100644 --- a/plugins/com.wemakemachines.joplin.plugin.event-calendar/manifest.json +++ b/plugins/com.wemakemachines.joplin.plugin.event-calendar/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "com.wemakemachines.joplin.plugin.event-calendar", "app_min_version": "2.7", - "version": "0.2.0", + "version": "0.2.1", "name": "Event Calendar", "description": "A simple event calendar", "author": "Franco Speziali", "homepage_url": "https://github.com/WeMakeMachines/joplin-plugin-event-calendar", "repository_url": "https://github.com/WeMakeMachines/joplin-plugin-event-calendar", "keywords": [], - "_publish_hash": "sha256:3578f677ba6b60a6c3c8b974d4b8b685acd6ef01992490ff6ad2c504bd936a80", - "_publish_commit": "master:02a8a7e6eb75268457ada1b32b9055e23647db2b", + "_publish_hash": "sha256:7c3449af06644da5512057a482cf802648d0520a1c005b13e8abf7c2b833b3e6", + "_publish_commit": "master:ff2c3794d66c89e807748ebbebbec4a057c33d03", "_npm_package_name": "joplin-plugin-event-calendar" } \ No newline at end of file diff --git a/plugins/com.wemakemachines.joplin.plugin.event-calendar/plugin.jpl b/plugins/com.wemakemachines.joplin.plugin.event-calendar/plugin.jpl index a882dc6..49f6c2c 100644 Binary files a/plugins/com.wemakemachines.joplin.plugin.event-calendar/plugin.jpl and b/plugins/com.wemakemachines.joplin.plugin.event-calendar/plugin.jpl differ