diff --git a/README.md b/README.md index d6e014d..2924e00 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.0 | 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.1 | 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 8c7ccd4..087f1f1 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.0", + "version": "2.0.1", "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:61ddaea306d00b0738e9cf2138c8422703c9254e83878a025121d80942359207", - "_publish_commit": "master:bc4d8b26931538ddd0efe9d38cad629e2de961fd", + "_publish_hash": "sha256:e392caf2a114cd72935e1162aa139f0546bba1e76866badd6dc0523f4e58d0f5", + "_publish_commit": "master:5e4426b0c123a84afbafeaf75b665c8329cc1b06", "_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 1d9aa3d..1bd0625 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.0", + "version": "2.0.1", "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:61ddaea306d00b0738e9cf2138c8422703c9254e83878a025121d80942359207", - "_publish_commit": "master:bc4d8b26931538ddd0efe9d38cad629e2de961fd", + "_publish_hash": "sha256:e392caf2a114cd72935e1162aa139f0546bba1e76866badd6dc0523f4e58d0f5", + "_publish_commit": "master:5e4426b0c123a84afbafeaf75b665c8329cc1b06", "_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 f25f3e7..a179b36 100644 Binary files a/plugins/joplin.plugin.ambrt.backlinksToNote/plugin.jpl and b/plugins/joplin.plugin.ambrt.backlinksToNote/plugin.jpl differ