diff --git a/README.md b/README.md index 5fbb9ea..7b5c76b 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ This repository contains the following plugins: | [🏠](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 | | [🏠](https://github.com/ThibaultJanBeyer/joplin-sheets) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin.JSheets/plugin.jpl) | JSheets | 1.1.3 | JSheets - use to write spreadsheets like excel in Joplin | Thibault Jan Beyer | -| [🏠](https://github.com/joplin/plugin-kanban/wiki) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.joplin.kanban/plugin.jpl) | Kanban | 1.0.5 | 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.7 | Flexible kanban board plugin for all your tasks | Balint Magyar | | [🏠](https://github.com/hieuthi/joplin-plugin-life-calendar) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.life-calendar/plugin.jpl) | Life Calendar | 1.2.1 | Your Life in Week Plugin for Joplin | Hieu-Thi Luong | | [🏠](https://github.com/treymo/joplin-link-graph) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.treymo.LinkGraph/plugin.jpl) | Link Graph UI | 1.2.3 | Visualize 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.17 | Native looking macOS theme for Joplin. Also works on non-macOS devices. | Andre Jilderda | diff --git a/manifests.json b/manifests.json index 7a8c594..d6dc8ac 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.5", + "version": "1.0.7", "name": "Kanban", "description": "Flexible kanban board plugin for all your tasks", "author": "Balint Magyar", @@ -810,8 +810,8 @@ "todo", "project" ], - "_publish_hash": "sha256:7b0aaa0eeb28620f1cab3867cfd264eb909014b9a2cc8adecc97860285f634e5", - "_publish_commit": "dev:761553203aca247b8da414317a613e03f9276e2e", + "_publish_hash": "sha256:eb9a3971814926434c48cc43f4beba84dae72709c6b4c80844770dd822b310dc", + "_publish_commit": "dev:b55fc86fd37e841c41fdcbf84d7a4051ffba7fff", "_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 a507c8d..5867f14 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.5", + "version": "1.0.7", "name": "Kanban", "description": "Flexible kanban board plugin for all your tasks", "author": "Balint Magyar", @@ -15,7 +15,7 @@ "todo", "project" ], - "_publish_hash": "sha256:7b0aaa0eeb28620f1cab3867cfd264eb909014b9a2cc8adecc97860285f634e5", - "_publish_commit": "dev:761553203aca247b8da414317a613e03f9276e2e", + "_publish_hash": "sha256:eb9a3971814926434c48cc43f4beba84dae72709c6b4c80844770dd822b310dc", + "_publish_commit": "dev:b55fc86fd37e841c41fdcbf84d7a4051ffba7fff", "_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 5c7e9c1..5c4e741 100644 Binary files a/plugins/com.github.joplin.kanban/plugin.jpl and b/plugins/com.github.joplin.kanban/plugin.jpl differ