diff --git a/README.md b/README.md index 1f21705..3569beb 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,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-6 | 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-rc1 | A simple calendar to show notes created on each day. | Ryan Sandoval | | [🏠](https://github.com/Mick2nd/Calibre-Import#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.habelt-jena.CalibreImport/plugin.jpl) | Calibre Import | 1.0.1 | Imports a Calibre Db into (Sub-) Notebook. Also includes a content plugin supporting attributes (see documentation) | Jürgen Habelt | | [🏠](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 | diff --git a/manifests.json b/manifests.json index 272bcfa..7a216bd 100644 --- a/manifests.json +++ b/manifests.json @@ -2916,7 +2916,7 @@ "manifest_version": 1, "id": "org.joplinapp.plugins.joplin-calendar", "app_min_version": "2.8", - "version": "1.0.0-pre-release-6", + "version": "1.0.0-rc1", "name": "Calendar", "description": "A simple calendar to show notes created on each day.", "author": "Ryan Sandoval", @@ -2926,8 +2926,8 @@ "calendar" ], "categories": [], - "_publish_hash": "sha256:8fe0936330a77f26f01000d2b4ece386773bad6b801e63fea266e60368e2242f", - "_publish_commit": "main:539b04ea98a46dae1d75a19bc81a7455824df9f4", + "_publish_hash": "sha256:24eaf35acc398a41b8406d120bbffdfa75b28e159c19f65ce73437abc4280d09", + "_publish_commit": "main:61da1b8de64acc5ef7f0492ce700671a2f480c32", "_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 cc51699..826a466 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-6", + "version": "1.0.0-rc1", "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:8fe0936330a77f26f01000d2b4ece386773bad6b801e63fea266e60368e2242f", - "_publish_commit": "main:539b04ea98a46dae1d75a19bc81a7455824df9f4", + "_publish_hash": "sha256:24eaf35acc398a41b8406d120bbffdfa75b28e159c19f65ce73437abc4280d09", + "_publish_commit": "main:61da1b8de64acc5ef7f0492ce700671a2f480c32", "_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 5e4bd9d..5933cf4 100644 Binary files a/plugins/org.joplinapp.plugins.joplin-calendar/plugin.jpl and b/plugins/org.joplinapp.plugins.joplin-calendar/plugin.jpl differ