diff --git a/README.md b/README.md index 24d51b4..5ad1f34 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This repository contains the following plugins: [🏠](https://github.com/JackGruber/joplin-plugin-hotfolder/blob/master/README.md) | Hotfolder | 0.3.2 | 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.3 | Inline tags plugin | Roman Musin [🏠](https://github.com/herdsothom/joplin-insert-date) | Insert Date | 1.0.1 | Adds a button to insert the current date (without time) into the editor. | herdsothom -[🏠](https://github.com/treymo/joplin-link-graph) | Link Graph UI | 0.9.5 | View the connections between Joplin notes. | Trey Moore +[🏠](https://github.com/treymo/joplin-link-graph) | Link Graph UI | 0.9.6 | 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 [🏠](https://github.com/CalebJohn/joplin-math-mode/blob/main/README.md) | Math Mode | 0.4.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 78f4903..74eb949 100644 --- a/manifests.json +++ b/manifests.json @@ -346,7 +346,7 @@ "manifest_version": 1, "id": "io.treymo.LinkGraph", "app_min_version": "1.7", - "version": "0.9.5", + "version": "0.9.6", "name": "Link Graph UI", "description": "View the connections between Joplin notes.", "author": "Trey Moore", @@ -359,8 +359,8 @@ "ui", "zettelkasten" ], - "_publish_hash": "sha256:a37795273cffd4ef05d69bfc2469c62227be72952b509b06b91caff085e20d6b", - "_publish_commit": "master:8faabc4083ec638353357a14deae8de202ba639d", + "_publish_hash": "sha256:b686e2a997e9277c4ff98031c63dd258d85f4230e83ee309358a2be92f490b75", + "_publish_commit": "master:c3eb54ad5bd8d8bce37e6fdbbd4c1a6ee55c759d", "_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 de729eb..47046e1 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.9.5", + "version": "0.9.6", "name": "Link Graph UI", "description": "View the connections between Joplin notes.", "author": "Trey Moore", @@ -15,7 +15,7 @@ "ui", "zettelkasten" ], - "_publish_hash": "sha256:a37795273cffd4ef05d69bfc2469c62227be72952b509b06b91caff085e20d6b", - "_publish_commit": "master:8faabc4083ec638353357a14deae8de202ba639d", + "_publish_hash": "sha256:b686e2a997e9277c4ff98031c63dd258d85f4230e83ee309358a2be92f490b75", + "_publish_commit": "master:c3eb54ad5bd8d8bce37e6fdbbd4c1a6ee55c759d", "_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 2f4dd11..dbc80a9 100644 Binary files a/plugins/io.treymo.LinkGraph/plugin.jpl and b/plugins/io.treymo.LinkGraph/plugin.jpl differ