diff --git a/README.md b/README.md index b39d34b..e7e0396 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This repository contains the following plugins: | [🏠](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.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/treymo/joplin-link-graph) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.treymo.LinkGraph/plugin.jpl) | Link Graph UI | 1.1.2 | 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 | | [🏠](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 69abf8c..c70bccc 100644 --- a/manifests.json +++ b/manifests.json @@ -365,7 +365,7 @@ "manifest_version": 1, "id": "io.treymo.LinkGraph", "app_min_version": "1.7", - "version": "1.1.1", + "version": "1.1.2", "name": "Link Graph UI", "description": "View the connections between Joplin notes.", "author": "Trey Mo", @@ -378,8 +378,8 @@ "ui", "zettelkasten" ], - "_publish_hash": "sha256:49d0fa9b544547e1a4a707c8398b021670c2b827e14eed175e45701c11642a40", - "_publish_commit": "master:f0c3c3942da400cc431f78913e9cf0f1d9df4ed9", + "_publish_hash": "sha256:39adce8cdfde4067ccf905904e6881e91ffb4eed9394544e6ade475a0dc1847b", + "_publish_commit": "master:4388278170ce8136c20484d11e61732204c93c1d", "_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 953beea..88b3ea0 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": "1.1.1", + "version": "1.1.2", "name": "Link Graph UI", "description": "View the connections between Joplin notes.", "author": "Trey Mo", @@ -15,7 +15,7 @@ "ui", "zettelkasten" ], - "_publish_hash": "sha256:49d0fa9b544547e1a4a707c8398b021670c2b827e14eed175e45701c11642a40", - "_publish_commit": "master:f0c3c3942da400cc431f78913e9cf0f1d9df4ed9", + "_publish_hash": "sha256:39adce8cdfde4067ccf905904e6881e91ffb4eed9394544e6ade475a0dc1847b", + "_publish_commit": "master:4388278170ce8136c20484d11e61732204c93c1d", "_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 3ceca34..c6723fe 100644 Binary files a/plugins/io.treymo.LinkGraph/plugin.jpl and b/plugins/io.treymo.LinkGraph/plugin.jpl differ