diff --git a/README.md b/README.md index 4499c15..50b4592 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This repository contains the following plugins: [🏠](https://github.com/benji300/joplin-favorites) | Favorites | 1.1.0 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. (v1.1.0) | Benji300 [🏠](https://github.com/JackGruber/joplin-plugin-hotfolder) | Hotfolder | 0.3.0 | Monitors a locale folder and import the files as a new note. | JackGruber [🏠](https://github.com/roman-r-m/joplin-inline-tags-plugin) | Inline tags | 1.0.1 | Inline tags plugin | Roman Musin -[🏠](treymo.io/joplin-link-graph) | Link Graph UI | 0.8.0 | View the connections between Joplin notes. | Trey Moore +[🏠](treymo.io/joplin-link-graph) | Link Graph UI | 0.8.3 | View the connections between Joplin notes. | Trey Moore [🏠](https://github.com/oswida/joplin-markdown-calc) | Markdown table calculations | 1.0.2 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda [🏠](github.com/CalebJohn/joplin-math-mode) | Math Mode | 0.2.0 | Turn your notes into a powerful calculator with inline math. | Caleb John [🏠](https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSidebars) | Note list and sidebar toggle buttons | 1.0.3 | Adds buttons to toggle note list and sidebar | Laurent Cozic diff --git a/manifests.json b/manifests.json index 7181e5c..28139e4 100644 --- a/manifests.json +++ b/manifests.json @@ -313,7 +313,7 @@ "manifest_version": 1, "id": "io.treymo.LinkGraph", "app_min_version": "1.7", - "version": "0.8.0", + "version": "0.8.3", "name": "Link Graph UI", "description": "View the connections between Joplin notes.", "author": "Trey Moore", @@ -326,8 +326,8 @@ "ui", "zettelkasten" ], - "_publish_hash": "sha256:e3b42eecdc35bf594d54993f3d56aeaa340bfe82c16a67add73be45bbfcb66de", - "_publish_commit": "master:1c0f4b85a7447c173678d6c99dce934997205419", + "_publish_hash": "sha256:f154614acae44b8ae91b5df8a5114cdc00d6b21880d710425af9e83588fb2a19", + "_publish_commit": "master:03d36b8abe0140d971bd6a899737290606731dac", "_npm_package_name": "joplin-plugin-link-graph-ui" } } \ No newline at end of file diff --git a/plugins/io.treymo.LinkGraph/manifest.json b/plugins/io.treymo.LinkGraph/manifest.json index 846b88b..2404792 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.8.0", + "version": "0.8.3", "name": "Link Graph UI", "description": "View the connections between Joplin notes.", "author": "Trey Moore", @@ -15,7 +15,7 @@ "ui", "zettelkasten" ], - "_publish_hash": "sha256:e3b42eecdc35bf594d54993f3d56aeaa340bfe82c16a67add73be45bbfcb66de", - "_publish_commit": "master:1c0f4b85a7447c173678d6c99dce934997205419", + "_publish_hash": "sha256:f154614acae44b8ae91b5df8a5114cdc00d6b21880d710425af9e83588fb2a19", + "_publish_commit": "master:03d36b8abe0140d971bd6a899737290606731dac", "_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 17f4f63..99e36d3 100644 Binary files a/plugins/io.treymo.LinkGraph/plugin.jpl and b/plugins/io.treymo.LinkGraph/plugin.jpl differ