diff --git a/README.md b/README.md index 1724456..7833d1b 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ This repository contains the following plugins: | [🏠](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.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/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.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/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 | | [🏠](https://discourse.joplinapp.org/t/persistent-text-folding-in-editor/16183) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.fold-cm/plugin.jpl) | Folding in Code Mirror Editor | 2.0.1 | Allows to fold parts of markdown text displayed in editor | ambrt | diff --git a/manifests.json b/manifests.json index 31f330d..eaaa83d 100644 --- a/manifests.json +++ b/manifests.json @@ -1828,15 +1828,15 @@ "manifest_version": 1, "id": "com.wemakemachines.joplin.plugin.event-calendar", "app_min_version": "2.7", - "version": "0.1.0", + "version": "0.1.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:e6ab45f26ecf861665b0e15daddc32dd31176e5fe69a12a03259c4317926d408", - "_publish_commit": "master:88a21c5cf2aa4df25a02ad67a727a4ecd94d51d4", + "_publish_hash": "sha256:2af919e2d9a5aa5769800f2111be9810c14a375a2261a4dde864c64ae5c518eb", + "_publish_commit": "master:e171e443bab5b766ec4fc869a1a24f2b7d0cf63b", "_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 4322cab..638c277 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.1.0", + "version": "0.1.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:e6ab45f26ecf861665b0e15daddc32dd31176e5fe69a12a03259c4317926d408", - "_publish_commit": "master:88a21c5cf2aa4df25a02ad67a727a4ecd94d51d4", + "_publish_hash": "sha256:2af919e2d9a5aa5769800f2111be9810c14a375a2261a4dde864c64ae5c518eb", + "_publish_commit": "master:e171e443bab5b766ec4fc869a1a24f2b7d0cf63b", "_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 6bb1846..3b0d629 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