diff --git a/README.md b/README.md index fadc493..40fb56e 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.9 | 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.10 | 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.9 | Converts highlighted text to new one in same folder | ambrt [🏠](https://discourse.joplinapp.org/t/copy-markdown-link-to-active-note/14402) | Copy link to active note | 1.0.1 | Adds entry to right click menu in editor to get link to active note | a diff --git a/manifests.json b/manifests.json index 90ba349..df28464 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.9", + "version": "2.0.10", "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:2b1262471fcb5d045ae92f036e38d04a251f78c252c9efd92959e201bb0c140b", - "_publish_commit": "master:78286a11084baa8e283c0be29259fcd86ab5c24c", + "_publish_hash": "sha256:b5dec8d00f19e34c4fe1dc0ed380b6743aa7debfd8f600ead0d6866ba21466f1", + "_publish_commit": "master:05020664a6a7f567c466e3fbad1d7e7ec64dc369", "_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 f8fef7a..57808de 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.9", + "version": "2.0.10", "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:2b1262471fcb5d045ae92f036e38d04a251f78c252c9efd92959e201bb0c140b", - "_publish_commit": "master:78286a11084baa8e283c0be29259fcd86ab5c24c", + "_publish_hash": "sha256:b5dec8d00f19e34c4fe1dc0ed380b6743aa7debfd8f600ead0d6866ba21466f1", + "_publish_commit": "master:05020664a6a7f567c466e3fbad1d7e7ec64dc369", "_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 174be46..01c285f 100644 Binary files a/plugins/joplin.plugin.ambrt.backlinksToNote/plugin.jpl and b/plugins/joplin.plugin.ambrt.backlinksToNote/plugin.jpl differ