diff --git a/README.md b/README.md index 2924e00..61e5cab 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This repository contains the following plugins:   | Name | Version | Description | Author --- | --- | --- | --- | --- -[🏠](https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632) | Automatic Backlinks to note | 2.0.1 | Creates backlinks to opened note, also in automatic way | ambrt +[🏠](https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632) | Automatic Backlinks to note | 2.0.2 | Creates backlinks to opened note, also in automatic way | ambrt [🏠](https://github.com/JackGruber/joplin-plugin-combine-notes) | Combine notes | 0.2.1 | Combine one or more notes | JackGruber [🏠](https://discourse.joplinapp.org/t/create-note-from-highlighted-text/12511) | Convert Text To New Note | 1.4.5 | Converts highlighted text to new one in same folder | ambrt [🏠](https://github.com/JackGruber/joplin-plugin-copytags) | Copy Tags | 0.3.3 | Plugin to extend the Joplin tagging menu with a copy all tags and tagging list with more control. | JackGruber diff --git a/manifests.json b/manifests.json index 087f1f1..cb3829d 100644 --- a/manifests.json +++ b/manifests.json @@ -24,13 +24,13 @@ "manifest_version": 1, "id": "joplin.plugin.ambrt.backlinksToNote", "app_min_version": "1.7", - "version": "2.0.1", + "version": "2.0.2", "name": "Automatic Backlinks to note", "description": "Creates backlinks to opened note, also in automatic way", "author": "ambrt", "homepage_url": "https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632", - "_publish_hash": "sha256:e392caf2a114cd72935e1162aa139f0546bba1e76866badd6dc0523f4e58d0f5", - "_publish_commit": "master:5e4426b0c123a84afbafeaf75b665c8329cc1b06", + "_publish_hash": "sha256:aad7569b7a83ba199a9e11c6a98bc8d54849137be2ca079d27924e587baca1cb", + "_publish_commit": "master:6c5dddf3afc3f30af459d17ac15e6b9a579029b2", "_npm_package_name": "joplin-plugin-backlinks" }, "io.github.jackgruber.combine-notes": { diff --git a/plugins/joplin.plugin.ambrt.backlinksToNote/manifest.json b/plugins/joplin.plugin.ambrt.backlinksToNote/manifest.json index 1bd0625..accf979 100644 --- a/plugins/joplin.plugin.ambrt.backlinksToNote/manifest.json +++ b/plugins/joplin.plugin.ambrt.backlinksToNote/manifest.json @@ -2,12 +2,12 @@ "manifest_version": 1, "id": "joplin.plugin.ambrt.backlinksToNote", "app_min_version": "1.7", - "version": "2.0.1", + "version": "2.0.2", "name": "Automatic Backlinks to note", "description": "Creates backlinks to opened note, also in automatic way", "author": "ambrt", "homepage_url": "https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632", - "_publish_hash": "sha256:e392caf2a114cd72935e1162aa139f0546bba1e76866badd6dc0523f4e58d0f5", - "_publish_commit": "master:5e4426b0c123a84afbafeaf75b665c8329cc1b06", + "_publish_hash": "sha256:aad7569b7a83ba199a9e11c6a98bc8d54849137be2ca079d27924e587baca1cb", + "_publish_commit": "master:6c5dddf3afc3f30af459d17ac15e6b9a579029b2", "_npm_package_name": "joplin-plugin-backlinks" } \ No newline at end of file diff --git a/plugins/joplin.plugin.ambrt.backlinksToNote/plugin.jpl b/plugins/joplin.plugin.ambrt.backlinksToNote/plugin.jpl index a179b36..ebe6da2 100644 Binary files a/plugins/joplin.plugin.ambrt.backlinksToNote/plugin.jpl and b/plugins/joplin.plugin.ambrt.backlinksToNote/plugin.jpl differ