diff --git a/README.md b/README.md index 325b1d2..92597ca 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ This repository contains the following plugins: | [🏠](https://github.com/adarsh-sgh/homenote#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.lki.homenote/plugin.jpl) | Home Note | 1.0.4 | Plugin to open a choosen note each time joplin starts. It is like homepages on browsers. | Adarsh Singh(lki) | | [🏠](https://github.com/JackGruber/joplin-plugin-hotfolder/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.hotfolder/plugin.jpl) | Hotfolder | 1.0.1 | Monitors a locale folder and import the files as a new note. | JackGruber | | [🏠](https://discourse.joplinapp.org/t/plugin-inline-tags/14192) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.whatever.inline-tags/plugin.jpl) | Inline tags | 1.2.1 | Inline tags plugin | Roman Musin | -| [🏠](https://github.com/CalebJohn/joplin-inline-todo#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.todo/plugin.jpl) | Inline TODO | 1.0.0 | Write TODOs *everywhere* and view them in one place. | Caleb John | +| [🏠](https://github.com/CalebJohn/joplin-inline-todo#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.todo/plugin.jpl) | Inline TODO | 1.0.1 | Write TODOs *everywhere* and view them in one place. | Caleb John | | [🏠](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 | diff --git a/manifests.json b/manifests.json index 45fe748..e241575 100644 --- a/manifests.json +++ b/manifests.json @@ -1873,7 +1873,7 @@ "manifest_version": 1, "id": "plugin.calebjohn.todo", "app_min_version": "2.7", - "version": "1.0.0", + "version": "1.0.1", "name": "Inline TODO", "description": "Write TODOs *everywhere* and view them in one place.", "author": "Caleb John", @@ -1883,8 +1883,8 @@ "todo", "productivity" ], - "_publish_hash": "sha256:20c2e0a02fbc2a6a68b272f2e8dcc193d009f43ecc41294ef47f1fdc3c2e86f7", - "_publish_commit": "master:39922806ca28d86d8abb9bc94f52d9b2bebdb4ad", + "_publish_hash": "sha256:64d8973e05b5222b241812987e32005d90f1912807141e9a32091909cfecf015", + "_publish_commit": "master:c2df7e1c87075ddcb6e39dd122dd85d6063a7519", "_npm_package_name": "joplin-plugin-inline-todo" } } \ No newline at end of file diff --git a/plugins/plugin.calebjohn.todo/manifest.json b/plugins/plugin.calebjohn.todo/manifest.json index 4f61b7e..b033444 100644 --- a/plugins/plugin.calebjohn.todo/manifest.json +++ b/plugins/plugin.calebjohn.todo/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "plugin.calebjohn.todo", "app_min_version": "2.7", - "version": "1.0.0", + "version": "1.0.1", "name": "Inline TODO", "description": "Write TODOs *everywhere* and view them in one place.", "author": "Caleb John", @@ -12,7 +12,7 @@ "todo", "productivity" ], - "_publish_hash": "sha256:20c2e0a02fbc2a6a68b272f2e8dcc193d009f43ecc41294ef47f1fdc3c2e86f7", - "_publish_commit": "master:39922806ca28d86d8abb9bc94f52d9b2bebdb4ad", + "_publish_hash": "sha256:64d8973e05b5222b241812987e32005d90f1912807141e9a32091909cfecf015", + "_publish_commit": "master:c2df7e1c87075ddcb6e39dd122dd85d6063a7519", "_npm_package_name": "joplin-plugin-inline-todo" } \ No newline at end of file diff --git a/plugins/plugin.calebjohn.todo/plugin.jpl b/plugins/plugin.calebjohn.todo/plugin.jpl index 888c2e6..7d5abf4 100644 Binary files a/plugins/plugin.calebjohn.todo/plugin.jpl and b/plugins/plugin.calebjohn.todo/plugin.jpl differ