diff --git a/README.md b/README.md index edea1d9..a8fa386 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This repository contains the following plugins: | [🏠](https://github.com/benlau/joplin-plugin-bidirectional-links) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-bidirectional-links/plugin.jpl) | Bidirectional Links | 0.1.2 | Create bidirectional to other notes | Ben Lau | | [🏠](https://github.com/ahaltindis/joplin-plugin-bulk-note-creator) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.ahaltindis.joplin.BulkNoteCreator/plugin.jpl) | Bulk Note Creator | 1.0.0 | Create notes as bulk | Ahmet Altindis | | [🏠](https://github.com/marc0l92/joplin-plugin-bytefield-svg#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-bytefield-svg/plugin.jpl) | bytefield-svg | 1.1.0 | Add support for bytefield-svg diagrams used to describe network protocols, memory layouts and any other binary structure. | marc0l92 | -| [🏠](https://github.com/rsandz/joplin-calendar) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.joplin-calendar/plugin.jpl) | Calendar | 1.0.0-pre-release-4 | A simple calendar to show notes created on each day. | Ryan Sandoval | +| [🏠](https://github.com/rsandz/joplin-calendar) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.joplin-calendar/plugin.jpl) | Calendar | 1.0.0-pre-release-5 | A simple calendar to show notes created on each day. | Ryan Sandoval | | [🏠](https://github.com/Mick2nd/Code-Section#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.habelt.CodeSection/plugin.jpl) | Code Section | 1.0.6 | Inserts a piece of code from code source | Jürgen Habelt | | [🏠](https://github.com/bluulo/joplin-plugin-code-clipboard) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/bluulo.JoplinCodeClipboardPlugin/plugin.jpl) | Code-Clipboard | 1.0.0 | Copy the content of a code block to the clipboard | bluulo | | [🏠](https://github.com/shantanugoel/joplin-plugin-cm-linenumbers) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.shantanugoel.JoplinCMLineNumbersPlugin/plugin.jpl) | CodeMirror Line Numbers | 2.0.0 | Enables line numbers for CodeMirror editor | Shantanu Goel | diff --git a/manifests.json b/manifests.json index e278b24..54a77bf 100644 --- a/manifests.json +++ b/manifests.json @@ -2898,7 +2898,7 @@ "manifest_version": 1, "id": "org.joplinapp.plugins.joplin-calendar", "app_min_version": "2.8", - "version": "1.0.0-pre-release-4", + "version": "1.0.0-pre-release-5", "name": "Calendar", "description": "A simple calendar to show notes created on each day.", "author": "Ryan Sandoval", @@ -2908,8 +2908,8 @@ "calendar" ], "categories": [], - "_publish_hash": "sha256:be4559253256166c9da5af9ca435a664ebeaa6164b6005b21217aa118c76b6be", - "_publish_commit": "main:5dd85a34d471242ea4f888ec468fcca135d1186d", + "_publish_hash": "sha256:528df2889cd3e0646083b5037390b35ec6123f9f99aff62cebb86e6c064a8d41", + "_publish_commit": "main:25c0481f38db7c64b3aeeeb18a023ee515ebde3c", "_npm_package_name": "joplin-plugin-calendar" }, "com.wemakemachines.joplin.plugin.vextab": { diff --git a/plugins/org.joplinapp.plugins.joplin-calendar/manifest.json b/plugins/org.joplinapp.plugins.joplin-calendar/manifest.json index 6fdb65b..89d1053 100644 --- a/plugins/org.joplinapp.plugins.joplin-calendar/manifest.json +++ b/plugins/org.joplinapp.plugins.joplin-calendar/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "org.joplinapp.plugins.joplin-calendar", "app_min_version": "2.8", - "version": "1.0.0-pre-release-4", + "version": "1.0.0-pre-release-5", "name": "Calendar", "description": "A simple calendar to show notes created on each day.", "author": "Ryan Sandoval", @@ -12,7 +12,7 @@ "calendar" ], "categories": [], - "_publish_hash": "sha256:be4559253256166c9da5af9ca435a664ebeaa6164b6005b21217aa118c76b6be", - "_publish_commit": "main:5dd85a34d471242ea4f888ec468fcca135d1186d", + "_publish_hash": "sha256:528df2889cd3e0646083b5037390b35ec6123f9f99aff62cebb86e6c064a8d41", + "_publish_commit": "main:25c0481f38db7c64b3aeeeb18a023ee515ebde3c", "_npm_package_name": "joplin-plugin-calendar" } \ No newline at end of file diff --git a/plugins/org.joplinapp.plugins.joplin-calendar/plugin.jpl b/plugins/org.joplinapp.plugins.joplin-calendar/plugin.jpl index f738b59..e98479e 100644 Binary files a/plugins/org.joplinapp.plugins.joplin-calendar/plugin.jpl and b/plugins/org.joplinapp.plugins.joplin-calendar/plugin.jpl differ