diff --git a/README.md b/README.md index 71a8898..69bf0f5 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ This repository contains the following plugins: | [🏠](https://github.com/herdsothom/joplin-insert-date) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-insert-date/plugin.jpl) | Insert Date | 1.0.1 | Adds a button to insert the current date (without time) into the editor. | herdsothom | | [🏠](https://github.com/marc0l92/joplin-plugin-jira-issue#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-jira-issue/plugin.jpl) | Jira Issue | 2.3.0 | Retrieve Atlassian Jira issues information using their api in order to track the status of them from your Joplin notes. | marc0l92 | | [🏠](https://github.com/chenlijun99/autoanki/packages/joplin-plugin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.anki-sync/plugin.jpl) | Joplin Anki Sync | 1.0.0 | Bidirectional sync between Joplin and Anki | Lijun Chen | -| [🏠](https://github.com/benlau/joplin-plugin-dddot) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-dddot/plugin.jpl) | Joplin DDDot | 0.1.4 | Recent notes, shortcuts, scratchpad, and .... in a single sidebar. | Ben Lau | +| [🏠](https://github.com/benlau/joplin-plugin-dddot) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-dddot/plugin.jpl) | Joplin DDDot | 0.1.5 | Recent notes, shortcuts, scratchpad, and .... in a single sidebar. | Ben Lau | | [🏠](https://github.com/makaanneo/joplin-plugin-apollo) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.makaanneo.apollo/plugin.jpl) | Joplin Note Attachement rename | 1.2.0 | Joplin plugin to rename note attachments, | makaanneo | | [🏠](https://github.com/Cologler/userlink-joplin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/plugin.jpl) | Joplin User Link Plugin | 1.2.0 | A Joplin plugin for custom links, like `jump://?query=blabla`. | Cologler | | [🏠](https://discourse.joplinapp.org/t/plugin-share-note-online-via-hackmd/22048) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/eu.xardbaiz.joplin.HackMD/plugin.jpl) | joplin-hackmd | 1.0.1 | Quick share notes on HackMD | xardbaiz | diff --git a/manifests.json b/manifests.json index 93a107c..38f32fa 100644 --- a/manifests.json +++ b/manifests.json @@ -1858,15 +1858,15 @@ "manifest_version": 1, "id": "joplin-plugin-dddot", "app_min_version": "2.6", - "version": "0.1.4", + "version": "0.1.5", "name": "Joplin DDDot", "description": "Recent notes, shortcuts, scratchpad, and .... in a single sidebar.", "author": "Ben Lau", "homepage_url": "https://github.com/benlau/joplin-plugin-dddot", "repository_url": "https://github.com/benlau/joplin-plugin-dddot", "keywords": [], - "_publish_hash": "sha256:a54239efaefad766d34aa2cc789877b973e1ca38d64af4a68fe49c47abcb5d77", - "_publish_commit": "dev:bf1467414813e7a5d9fce299f574bd36afca08d0", + "_publish_hash": "sha256:408c43516a0998284f2fe50d461018bf1e71626ecc873caf6c84ddceeb43e708", + "_publish_commit": "master:0a85359c8d82a7a9bc0fdbd36b778c06a39728a8", "_npm_package_name": "joplin-plugin-joplin-dddot" }, "plugin.calebjohn.todo": { diff --git a/plugins/joplin-plugin-dddot/manifest.json b/plugins/joplin-plugin-dddot/manifest.json index f6748c5..7947449 100644 --- a/plugins/joplin-plugin-dddot/manifest.json +++ b/plugins/joplin-plugin-dddot/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "joplin-plugin-dddot", "app_min_version": "2.6", - "version": "0.1.4", + "version": "0.1.5", "name": "Joplin DDDot", "description": "Recent notes, shortcuts, scratchpad, and .... in a single sidebar.", "author": "Ben Lau", "homepage_url": "https://github.com/benlau/joplin-plugin-dddot", "repository_url": "https://github.com/benlau/joplin-plugin-dddot", "keywords": [], - "_publish_hash": "sha256:a54239efaefad766d34aa2cc789877b973e1ca38d64af4a68fe49c47abcb5d77", - "_publish_commit": "dev:bf1467414813e7a5d9fce299f574bd36afca08d0", + "_publish_hash": "sha256:408c43516a0998284f2fe50d461018bf1e71626ecc873caf6c84ddceeb43e708", + "_publish_commit": "master:0a85359c8d82a7a9bc0fdbd36b778c06a39728a8", "_npm_package_name": "joplin-plugin-joplin-dddot" } \ No newline at end of file diff --git a/plugins/joplin-plugin-dddot/plugin.jpl b/plugins/joplin-plugin-dddot/plugin.jpl index 08c24f8..b231e58 100644 Binary files a/plugins/joplin-plugin-dddot/plugin.jpl and b/plugins/joplin-plugin-dddot/plugin.jpl differ