diff --git a/README.md b/README.md index 23a162b..3afbbee 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This repository contains the following plugins: | [🏠](https://asrient.github.io/backstage) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/aa.asrient.backstage/plugin.jpl) | Backstage | 1.0.0 | Scan and import files directly from your phone | Asrient | | [🏠](https://github.com/DanteCoder/JoplinBibleQuote#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.DanteCoder.JoplinBibleQuote/plugin.jpl) | Bible Quote | 2.0.0 | Quote the bible direct in text editor | Dante G. Barboza | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.xUser5000.bibtex/plugin.jpl) | BibTeX | 0.5.0 | Use locally stored BibTeX files to integrate citation into Joplin | Abdallah Ahmed | -| [🏠](https://github.com/benlau/joplin-plugin-bidirectional-links) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-bidirectional-links/plugin.jpl) | Bidirectional Links | 0.1.0 | Create bidirectional to other notes | Ben Lau | +| [🏠](https://github.com/benlau/joplin-plugin-bidirectional-links) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-bidirectional-links/plugin.jpl) | Bidirectional Links | 0.1.1 | Create bidirectional to other notes | Ben Lau | | [🏠](https://github.com/ahaltindis/joplin-plugin-bulk-note-creator) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.ahaltindis.joplin.BulkNoteCreator/plugin.jpl) | Bulk Note Creator | 1.0.0 | Create notes as bulk | Ahmet Altindis | | [🏠](https://github.com/marc0l92/joplin-plugin-bytefield-svg#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-bytefield-svg/plugin.jpl) | bytefield-svg | 1.1.0 | Add support for bytefield-svg diagrams used to describe network protocols, memory layouts and any other binary structure. | marc0l92 | | [🏠](https://github.com/Mick2nd/Code-Section#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.habelt.CodeSection/plugin.jpl) | Code Section | 1.0.6 | Inserts a piece of code from code source | Jürgen Habelt | diff --git a/manifests.json b/manifests.json index d4e8dbf..8138b46 100644 --- a/manifests.json +++ b/manifests.json @@ -2677,15 +2677,15 @@ "manifest_version": 1, "id": "joplin-plugin-bidirectional-links", "app_min_version": "1.8.1", - "version": "0.1.0", + "version": "0.1.1", "name": "Bidirectional Links", "description": "Create bidirectional to other notes", "author": "Ben Lau", "homepage_url": "https://github.com/benlau/joplin-plugin-bidirectional-links", "repository_url": "https://github.com/benlau/joplin-plugin-bidirectional-links", "keywords": [], - "_publish_hash": "sha256:b16870297bd68b0527ab5a32a91294ba1c371383af60dff22b1d0376598eeef3", - "_publish_commit": "master:fbfc57418af147601106e7b777629c97bda829f7", + "_publish_hash": "sha256:84ed4833a42e42a3917922ccad823053898a784676c3314d052dc8bb00aacc5a", + "_publish_commit": "master:35c54b3cdbe8e234c1a3082f5eec6ac011eebf46", "_npm_package_name": "joplin-plugin-bidirectional-links" } } \ No newline at end of file diff --git a/plugins/joplin-plugin-bidirectional-links/manifest.json b/plugins/joplin-plugin-bidirectional-links/manifest.json index d10a321..0867f3a 100644 --- a/plugins/joplin-plugin-bidirectional-links/manifest.json +++ b/plugins/joplin-plugin-bidirectional-links/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "joplin-plugin-bidirectional-links", "app_min_version": "1.8.1", - "version": "0.1.0", + "version": "0.1.1", "name": "Bidirectional Links", "description": "Create bidirectional to other notes", "author": "Ben Lau", "homepage_url": "https://github.com/benlau/joplin-plugin-bidirectional-links", "repository_url": "https://github.com/benlau/joplin-plugin-bidirectional-links", "keywords": [], - "_publish_hash": "sha256:b16870297bd68b0527ab5a32a91294ba1c371383af60dff22b1d0376598eeef3", - "_publish_commit": "master:fbfc57418af147601106e7b777629c97bda829f7", + "_publish_hash": "sha256:84ed4833a42e42a3917922ccad823053898a784676c3314d052dc8bb00aacc5a", + "_publish_commit": "master:35c54b3cdbe8e234c1a3082f5eec6ac011eebf46", "_npm_package_name": "joplin-plugin-bidirectional-links" } \ No newline at end of file diff --git a/plugins/joplin-plugin-bidirectional-links/plugin.jpl b/plugins/joplin-plugin-bidirectional-links/plugin.jpl index 8e83d50..015608d 100644 Binary files a/plugins/joplin-plugin-bidirectional-links/plugin.jpl and b/plugins/joplin-plugin-bidirectional-links/plugin.jpl differ