diff --git a/README.md b/README.md index 2cb57ec..8fddd3e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This repository contains the following plugins: [🏠](https://github.com/marc0l92/joplin-plugin-jira-issue#readme) | 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) | Joplin Anki Sync | 1.0.0 | Bidirectional sync between Joplin and Anki | Lijun Chen [🏠](https://github.com/Cologler/userlink-joplin) | Joplin User Link Plugin | 1.2.0 | A Joplin plugin for custom links, like `jump://?query=blabla`. | Cologler -[🏠](https://github.com/treymo/joplin-link-graph) | Link Graph UI | 0.9.8 | View the connections between Joplin notes. | Trey Moore +[🏠](https://github.com/treymo/joplin-link-graph) | Link Graph UI | 0.9.9 | View the connections between Joplin notes. | Trey Moore [🏠](https://github.com/oswida/joplin-markdown-calc) | Markdown table calculations | 1.0.3 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda [🏠](https://github.com/CalebJohn/joplin-math-mode#readme) | Math Mode | 0.5.0 | Turn your notes into a powerful calculator with inline math. | Caleb John [🏠](https://github.com/tessus/joplin-plugin-menu-shortcut-toolbar#readme) | Menu items, Shortcuts, Toolbar icons | 1.0.0 | Additional menu items, shortcuts, and toolbar icons, which are not part of Joplin core | Helmut K. C. Tessarek diff --git a/manifests.json b/manifests.json index 9648bca..f7b1894 100644 --- a/manifests.json +++ b/manifests.json @@ -350,7 +350,7 @@ "manifest_version": 1, "id": "io.treymo.LinkGraph", "app_min_version": "1.7", - "version": "0.9.8", + "version": "0.9.9", "name": "Link Graph UI", "description": "View the connections between Joplin notes.", "author": "Trey Moore", @@ -363,8 +363,8 @@ "ui", "zettelkasten" ], - "_publish_hash": "sha256:a6716f6a6ef1094f4561f1e8ab612b83ce7dfc95a0db01e01b5275153baff728", - "_publish_commit": "master:9f3d71a2f85a9eccab52f37a6c83c4e5b74a7c93", + "_publish_hash": "sha256:a9ba3112a0011a8167be5ba14686808f0f61c20eb14f365018d54416fed6c622", + "_publish_commit": "master:fb1ad3ac89459bfd31e22aa64ced922be5086953", "_npm_package_name": "joplin-plugin-link-graph-ui" }, "net.rmusin.resource-search": { diff --git a/plugins/io.treymo.LinkGraph/manifest.json b/plugins/io.treymo.LinkGraph/manifest.json index 5535e7c..cdea32b 100644 --- a/plugins/io.treymo.LinkGraph/manifest.json +++ b/plugins/io.treymo.LinkGraph/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "io.treymo.LinkGraph", "app_min_version": "1.7", - "version": "0.9.8", + "version": "0.9.9", "name": "Link Graph UI", "description": "View the connections between Joplin notes.", "author": "Trey Moore", @@ -15,7 +15,7 @@ "ui", "zettelkasten" ], - "_publish_hash": "sha256:a6716f6a6ef1094f4561f1e8ab612b83ce7dfc95a0db01e01b5275153baff728", - "_publish_commit": "master:9f3d71a2f85a9eccab52f37a6c83c4e5b74a7c93", + "_publish_hash": "sha256:a9ba3112a0011a8167be5ba14686808f0f61c20eb14f365018d54416fed6c622", + "_publish_commit": "master:fb1ad3ac89459bfd31e22aa64ced922be5086953", "_npm_package_name": "joplin-plugin-link-graph-ui" } \ No newline at end of file diff --git a/plugins/io.treymo.LinkGraph/plugin.jpl b/plugins/io.treymo.LinkGraph/plugin.jpl index 078c1b4..9bf63b8 100644 Binary files a/plugins/io.treymo.LinkGraph/plugin.jpl and b/plugins/io.treymo.LinkGraph/plugin.jpl differ