diff --git a/README.md b/README.md index 1cc9e80..2849217 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-rc1 | 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-rc2 | 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 1b8265b..6f61f6c 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-rc1", + "version": "1.0.0-rc2", "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:24eaf35acc398a41b8406d120bbffdfa75b28e159c19f65ce73437abc4280d09", - "_publish_commit": "main:61da1b8de64acc5ef7f0492ce700671a2f480c32", + "_publish_hash": "sha256:cb7789e2dafba3d11249012d1b21e9ff33521d7cd8e90feadb92c9cc83202feb", + "_publish_commit": "main:3f043184f4289b2ac4dcc4bbbe778de825969ce9", "_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 826a466..bf7ca14 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-rc1", + "version": "1.0.0-rc2", "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:24eaf35acc398a41b8406d120bbffdfa75b28e159c19f65ce73437abc4280d09", - "_publish_commit": "main:61da1b8de64acc5ef7f0492ce700671a2f480c32", + "_publish_hash": "sha256:cb7789e2dafba3d11249012d1b21e9ff33521d7cd8e90feadb92c9cc83202feb", + "_publish_commit": "main:3f043184f4289b2ac4dcc4bbbe778de825969ce9", "_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 5933cf4..1ce75fe 100644 Binary files a/plugins/org.joplinapp.plugins.joplin-calendar/plugin.jpl and b/plugins/org.joplinapp.plugins.joplin-calendar/plugin.jpl differ