diff --git a/README.md b/README.md index 20d177a..c67c05c 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.5.2 | View the connections between Joplin notes. | Trey Moore +[🏠](treymo.io/joplin-link-graph) | Link Graph UI | 0.6.0 | 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 597b2be..8f947b3 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.5.2", + "version": "0.6.0", "name": "Link Graph UI", "description": "View the connections between Joplin notes.", "author": "Trey Moore", @@ -326,8 +326,8 @@ "ui", "zettelkasten" ], - "_publish_hash": "sha256:53660935b84678c8378987d0042f6182d227b4df586262bfd3ffd06847631646", - "_publish_commit": "master:279bacecfd024d1b5ea5597b4c61287f669d4cbc", + "_publish_hash": "sha256:f03ab533ad2d22a63cf1f227647123fc9faa8239a43489ac4c2026863916fd4d", + "_publish_commit": "master:8b7a0d13552c5616a8aa6679314ef019001492ac", "_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 bcb58c6..40a0037 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.5.2", + "version": "0.6.0", "name": "Link Graph UI", "description": "View the connections between Joplin notes.", "author": "Trey Moore", @@ -15,7 +15,7 @@ "ui", "zettelkasten" ], - "_publish_hash": "sha256:53660935b84678c8378987d0042f6182d227b4df586262bfd3ffd06847631646", - "_publish_commit": "master:279bacecfd024d1b5ea5597b4c61287f669d4cbc", + "_publish_hash": "sha256:f03ab533ad2d22a63cf1f227647123fc9faa8239a43489ac4c2026863916fd4d", + "_publish_commit": "master:8b7a0d13552c5616a8aa6679314ef019001492ac", "_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 3029c86..23df706 100644 Binary files a/plugins/io.treymo.LinkGraph/plugin.jpl and b/plugins/io.treymo.LinkGraph/plugin.jpl differ