diff --git a/README.md b/README.md index 016358b..56e62e2 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/blob/master/README.md) | Hotfolder | 0.3.1 | Monitors a locale folder and import the files as a new note. | JackGruber [🏠](https://discourse.joplinapp.org/t/plugin-inline-tags/14192) | Inline tags | 1.1.0 | Inline tags plugin | Roman Musin -[🏠](https://github.com/treymo/joplin-link-graph) | Link Graph UI | 0.8.4 | View the connections between Joplin notes. | Trey Moore +[🏠](https://github.com/treymo/joplin-link-graph) | Link Graph UI | 0.9.2 | 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 6126b06..c49da13 100644 --- a/manifests.json +++ b/manifests.json @@ -326,7 +326,7 @@ "manifest_version": 1, "id": "io.treymo.LinkGraph", "app_min_version": "1.7", - "version": "0.8.4", + "version": "0.9.2", "name": "Link Graph UI", "description": "View the connections between Joplin notes.", "author": "Trey Moore", @@ -339,8 +339,8 @@ "ui", "zettelkasten" ], - "_publish_hash": "sha256:ebc3baad54254035a0e82d28db5b2254cba0c084847b15745fc10e12155a99a5", - "_publish_commit": "master:c5ff0b2e40d1bc4156b6a00bfd7ccb5b59ea03ab", + "_publish_hash": "sha256:fa281e7f86d8d5ea4fb48b5f49231cae669afad1d09ea6ad6744264a4dcc7178", + "_publish_commit": "master:f7c18beda39b6e0577cc479969d167f0d12d1212", "_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 a124cbd..4302dec 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.4", + "version": "0.9.2", "name": "Link Graph UI", "description": "View the connections between Joplin notes.", "author": "Trey Moore", @@ -15,7 +15,7 @@ "ui", "zettelkasten" ], - "_publish_hash": "sha256:ebc3baad54254035a0e82d28db5b2254cba0c084847b15745fc10e12155a99a5", - "_publish_commit": "master:c5ff0b2e40d1bc4156b6a00bfd7ccb5b59ea03ab", + "_publish_hash": "sha256:fa281e7f86d8d5ea4fb48b5f49231cae669afad1d09ea6ad6744264a4dcc7178", + "_publish_commit": "master:f7c18beda39b6e0577cc479969d167f0d12d1212", "_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 7c0acef..0c5217e 100644 Binary files a/plugins/io.treymo.LinkGraph/plugin.jpl and b/plugins/io.treymo.LinkGraph/plugin.jpl differ