diff --git a/README.md b/README.md index ebc5d62..3d5b004 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-2 | 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-3 | 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 3f90a2e..b91f5a9 100644 --- a/manifests.json +++ b/manifests.json @@ -2893,7 +2893,7 @@ "manifest_version": 1, "id": "org.joplinapp.plugins.joplin-calendar", "app_min_version": "2.8", - "version": "1.0.0-pre-release-2", + "version": "1.0.0-pre-release-3", "name": "Calendar", "description": "A simple calendar to show notes created on each day.", "author": "Ryan Sandoval", @@ -2903,8 +2903,8 @@ "calendar" ], "categories": [], - "_publish_hash": "sha256:854cde28bb1f4b4837247a3d8b223d417e211ddff31bf5794176c2d031fdc0e8", - "_publish_commit": "main:bfb6643249c886c575bccdea12f0dded9c9a8215", + "_publish_hash": "sha256:2610cbff1abbd28eac919d60d1fbcab8d5636533f4b15715c0448ae0e143b043", + "_publish_commit": "main:4b0d9ae668f4c9a9f4c66cd1d8e711783a235d00", "_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 c3fdaa4..32cbc1b 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-2", + "version": "1.0.0-pre-release-3", "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:854cde28bb1f4b4837247a3d8b223d417e211ddff31bf5794176c2d031fdc0e8", - "_publish_commit": "main:bfb6643249c886c575bccdea12f0dded9c9a8215", + "_publish_hash": "sha256:2610cbff1abbd28eac919d60d1fbcab8d5636533f4b15715c0448ae0e143b043", + "_publish_commit": "main:4b0d9ae668f4c9a9f4c66cd1d8e711783a235d00", "_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 f3db1b0..2bf1dcc 100644 Binary files a/plugins/org.joplinapp.plugins.joplin-calendar/plugin.jpl and b/plugins/org.joplinapp.plugins.joplin-calendar/plugin.jpl differ