diff --git a/README.md b/README.md index 62fff14..0a56b0b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,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 | 1.6.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.1 | 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.2 | 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.0.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.2 | Native looking macOS theme for Joplin. Also works on non-macOS devices. | Andre Jilderda | | [🏠](https://github.com/oswida/joplin-markdown-calc) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/osw.joplin.markdowncalc/plugin.jpl) | Markdown table calculations | 1.0.3 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda | diff --git a/manifests.json b/manifests.json index 95577a9..d6240f2 100644 --- a/manifests.json +++ b/manifests.json @@ -793,7 +793,7 @@ "manifest_version": 1, "id": "com.github.joplin.kanban", "app_min_version": "1.7", - "version": "1.0.1", + "version": "1.0.2", "name": "Kanban", "description": "Flexible kanban board plugin for all your tasks", "author": "Balint Magyar", @@ -806,8 +806,8 @@ "todo", "project" ], - "_publish_hash": "sha256:86eeb96d1c0bbf704b9e7ec84be03f5e7faa5dcf5caa08c3d135f15a7c2dd109", - "_publish_commit": "dev:b8c553cf62d5a04d674957c7e08378bcbe1ca737", + "_publish_hash": "sha256:e8fc0b0c5f536bc0e1961cbe1a9abc551a27d380752ccc8d37553b1fc0a4db6f", + "_publish_commit": "dev:c80d1194b6ac39590dfdb8c14d0e9a0d6532ae4d", "_npm_package_name": "joplin-plugin-kanban" }, "joplin.plugin.templates": { diff --git a/plugins/com.github.joplin.kanban/manifest.json b/plugins/com.github.joplin.kanban/manifest.json index 8d964f1..a813f47 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.1", + "version": "1.0.2", "name": "Kanban", "description": "Flexible kanban board plugin for all your tasks", "author": "Balint Magyar", @@ -15,7 +15,7 @@ "todo", "project" ], - "_publish_hash": "sha256:86eeb96d1c0bbf704b9e7ec84be03f5e7faa5dcf5caa08c3d135f15a7c2dd109", - "_publish_commit": "dev:b8c553cf62d5a04d674957c7e08378bcbe1ca737", + "_publish_hash": "sha256:e8fc0b0c5f536bc0e1961cbe1a9abc551a27d380752ccc8d37553b1fc0a4db6f", + "_publish_commit": "dev:c80d1194b6ac39590dfdb8c14d0e9a0d6532ae4d", "_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 84f75c0..5d0ec9b 100644 Binary files a/plugins/com.github.joplin.kanban/plugin.jpl and b/plugins/com.github.joplin.kanban/plugin.jpl differ