diff --git a/README.md b/README.md index 102ec2c..d4e8fe0 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This repository contains the following plugins: [🏠](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/marc0l92/joplin-plugin-jira-issue/README.md) | Jira Issue | 1.5.0 | Retrieve Atlassian Jira issues information using their api in order to track the status of them from your Joplin notes. | Marco LUCARELLA -[🏠](https://github.com/Cologler/userlink-joplin) | Joplin User Link Plugin | 1.0.1 | A Joplin plugin for custom links, like `jump://?query=blabla`. | Cologler +[🏠](https://github.com/Cologler/userlink-joplin) | Joplin User Link Plugin | 1.1.0 | A Joplin plugin for custom links, like `jump://?query=blabla`. | Cologler [🏠](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#readme) | Math Mode | 0.4.2 | Turn your notes into a powerful calculator with inline math. | Caleb John diff --git a/manifests.json b/manifests.json index c067d18..a30de37 100644 --- a/manifests.json +++ b/manifests.json @@ -430,7 +430,7 @@ "manifest_version": 1, "id": "b53da1f6-868c-468d-b60c-2897a27166ac", "app_min_version": "1.7", - "version": "1.0.1", + "version": "1.1.0", "name": "Joplin User Link Plugin", "description": "A Joplin plugin for custom links, like `jump://?query=blabla`.", "author": "Cologler", @@ -439,8 +439,8 @@ "keywords": [ "link" ], - "_publish_hash": "sha256:6c872cb926e5b2c16860bfc8ee124a893eb42612d525a0e568e15359db1010aa", - "_publish_commit": "main:70c15c9b11f4ca9e09280568c75fe645bf0eecb0", + "_publish_hash": "sha256:f3ed6c8b22be06feb82298a1ff5438fa4649fbed9c1186a3e995afbac115cd27", + "_publish_commit": "main:cf859da21a9a7298e28131bb433c7c882a2a8eaa", "_npm_package_name": "joplin-plugin-user-link" }, "net.rmusin.joplin-table-formatter": { diff --git a/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/manifest.json b/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/manifest.json index 5b82e69..07848c9 100644 --- a/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/manifest.json +++ b/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "b53da1f6-868c-468d-b60c-2897a27166ac", "app_min_version": "1.7", - "version": "1.0.1", + "version": "1.1.0", "name": "Joplin User Link Plugin", "description": "A Joplin plugin for custom links, like `jump://?query=blabla`.", "author": "Cologler", @@ -11,7 +11,7 @@ "keywords": [ "link" ], - "_publish_hash": "sha256:6c872cb926e5b2c16860bfc8ee124a893eb42612d525a0e568e15359db1010aa", - "_publish_commit": "main:70c15c9b11f4ca9e09280568c75fe645bf0eecb0", + "_publish_hash": "sha256:f3ed6c8b22be06feb82298a1ff5438fa4649fbed9c1186a3e995afbac115cd27", + "_publish_commit": "main:cf859da21a9a7298e28131bb433c7c882a2a8eaa", "_npm_package_name": "joplin-plugin-user-link" } \ No newline at end of file diff --git a/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/plugin.jpl b/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/plugin.jpl index 9113244..545c265 100644 Binary files a/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/plugin.jpl and b/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/plugin.jpl differ