diff --git a/README.md b/README.md index 65c9a27..76d1526 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This repository contains the following plugins: | [🏠](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.1.0 | Retrieve Atlassian Jira issues information using their api in order to track the status of them from your Joplin notes. | Marco LUCARELLA | | [🏠](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/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://github.com/joplin/plugin-kanban/wiki) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.joplin.kanban/plugin.jpl) | Kanban | 1.0.3 | Flexible kanban board plugin for all your tasks | Balint Magyar | +| [🏠](https://github.com/joplin/plugin-kanban/wiki) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.joplin.kanban/plugin.jpl) | Kanban | 1.0.4 | Flexible kanban board plugin for all your tasks | Balint Magyar | | [🏠](https://github.com/treymo/joplin-link-graph) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.treymo.LinkGraph/plugin.jpl) | Link Graph UI | 1.1.1 | View the connections between Joplin notes. | Trey Mo | | [🏠](https://github.com/ajilderda/joplin-macos-native-theme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.andrejilderda.macOSTheme/plugin.jpl) | macOS theme | 1.2.9 | Native looking macOS theme for Joplin. Also works on non-macOS devices. | Andre Jilderda | | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.make_all_links/plugin.jpl) | Make All Links | 1.0.3 | Searches the current note for mentions of other notes, then makes the corresponding links. Just click the new icon in the toolbar. | S73ph4n | diff --git a/manifests.json b/manifests.json index 596fb3d..db21ae4 100644 --- a/manifests.json +++ b/manifests.json @@ -797,7 +797,7 @@ "manifest_version": 1, "id": "com.github.joplin.kanban", "app_min_version": "1.7", - "version": "1.0.3", + "version": "1.0.4", "name": "Kanban", "description": "Flexible kanban board plugin for all your tasks", "author": "Balint Magyar", @@ -810,8 +810,8 @@ "todo", "project" ], - "_publish_hash": "sha256:647bc1a7848b3dc9cfcb87d9070ed0f828a089fc1822d588b21308756875826b", - "_publish_commit": "dev:48dc152b0efc4170cb9ebe32f691a1677d878ffe", + "_publish_hash": "sha256:5f5229b90d00f014074ffbdc15bc809afad21275865da920122f80fb5f57dfeb", + "_publish_commit": "dev:72c387619f3a64250e233cc5bc612e0a65a0e003", "_npm_package_name": "joplin-plugin-kanban", "_recommended": true }, diff --git a/plugins/com.github.joplin.kanban/manifest.json b/plugins/com.github.joplin.kanban/manifest.json index 5cd4cc4..3275de6 100644 --- a/plugins/com.github.joplin.kanban/manifest.json +++ b/plugins/com.github.joplin.kanban/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.github.joplin.kanban", "app_min_version": "1.7", - "version": "1.0.3", + "version": "1.0.4", "name": "Kanban", "description": "Flexible kanban board plugin for all your tasks", "author": "Balint Magyar", @@ -15,7 +15,7 @@ "todo", "project" ], - "_publish_hash": "sha256:647bc1a7848b3dc9cfcb87d9070ed0f828a089fc1822d588b21308756875826b", - "_publish_commit": "dev:48dc152b0efc4170cb9ebe32f691a1677d878ffe", + "_publish_hash": "sha256:5f5229b90d00f014074ffbdc15bc809afad21275865da920122f80fb5f57dfeb", + "_publish_commit": "dev:72c387619f3a64250e233cc5bc612e0a65a0e003", "_npm_package_name": "joplin-plugin-kanban" } \ No newline at end of file diff --git a/plugins/com.github.joplin.kanban/plugin.jpl b/plugins/com.github.joplin.kanban/plugin.jpl index ae43123..ffa7a27 100644 Binary files a/plugins/com.github.joplin.kanban/plugin.jpl and b/plugins/com.github.joplin.kanban/plugin.jpl differ