diff --git a/README.md b/README.md index 47b12d7..b1e1a07 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ This repository contains the following plugins: | [🏠](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.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.3.0 | Visualize 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.4.0 | 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.3.1 | 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.5 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda | diff --git a/manifests.json b/manifests.json index 951e3de..8b7283e 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.3.0", + "version": "1.4.0", "name": "Link Graph UI", "description": "Visualize the connections between Joplin notes.", "author": "Trey Mo", @@ -378,8 +378,8 @@ "ui", "zettelkasten" ], - "_publish_hash": "sha256:58b00d38a5b4259a80fc6d263ba40b9ed463f6dddf413828d0e16c9f2570f8c3", - "_publish_commit": "master:5bc35e06f4581d8fe647a39384ff55a7f33dbeb8", + "_publish_hash": "sha256:c02b12b5aa4a5561f333d59e8bb11ba84892ee134fdb1f979c5f8ea00fe66195", + "_publish_commit": "master:521e0f04d441bdc24bf3c97b12131df865b84f37", "_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 00aa548..17fde25 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.3.0", + "version": "1.4.0", "name": "Link Graph UI", "description": "Visualize the connections between Joplin notes.", "author": "Trey Mo", @@ -15,7 +15,7 @@ "ui", "zettelkasten" ], - "_publish_hash": "sha256:58b00d38a5b4259a80fc6d263ba40b9ed463f6dddf413828d0e16c9f2570f8c3", - "_publish_commit": "master:5bc35e06f4581d8fe647a39384ff55a7f33dbeb8", + "_publish_hash": "sha256:c02b12b5aa4a5561f333d59e8bb11ba84892ee134fdb1f979c5f8ea00fe66195", + "_publish_commit": "master:521e0f04d441bdc24bf3c97b12131df865b84f37", "_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 e82bfd5..bb44418 100644 Binary files a/plugins/io.treymo.LinkGraph/plugin.jpl and b/plugins/io.treymo.LinkGraph/plugin.jpl differ