diff --git a/README.md b/README.md index adb9520..dd6df67 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This repository contains the following plugins: | [🏠](https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.backlinksToNote/plugin.jpl) | Automatic Backlinks to note | 3.0.3 | Creates backlinks to opened note, also in automatic way | ambrt,cyingfan | | [🏠](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/ckant/joplin-plugin-better-code-blocks) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.ckant.joplin-plugin-better-code-blocks/plugin.jpl) | Better Code Blocks | 1.1.0 | Enhances code blocks with inline rendering, autocompletion, and more! | Chris Kant | -| [🏠](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/DanteCoder/JoplinBibleQuote#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.DanteCoder.JoplinBibleQuote/plugin.jpl) | Bible Quote | 2.1.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.2 | 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 | diff --git a/manifests.json b/manifests.json index 5229f39..295f549 100644 --- a/manifests.json +++ b/manifests.json @@ -1098,7 +1098,7 @@ "manifest_version": 1, "id": "com.DanteCoder.JoplinBibleQuote", "app_min_version": "2.2", - "version": "2.0.0", + "version": "2.1.0", "name": "Bible Quote", "description": "Quote the bible direct in text editor", "author": "Dante G. Barboza", @@ -1109,8 +1109,8 @@ "citation", "quote" ], - "_publish_hash": "sha256:1ee89aa2784c9bdc5afd7b3c3d78fdde9ff097fd880b22a50d58b8b6d7aded5a", - "_publish_commit": "main:be9a70f7265ae0363c3f403bd0c78e7209a40a20", + "_publish_hash": "sha256:58c19030d0bfc8ff69f45df9eb57579fda6e7ec578060b34f721eb833c4bacf1", + "_publish_commit": "main:b27664436ce81210f3cafbacb805bbd50965833c", "_npm_package_name": "joplin-plugin-bible-quote" }, "com.hieuthi.joplin.quick-goto": { diff --git a/plugins/com.DanteCoder.JoplinBibleQuote/manifest.json b/plugins/com.DanteCoder.JoplinBibleQuote/manifest.json index f3cf5e5..62392ee 100644 --- a/plugins/com.DanteCoder.JoplinBibleQuote/manifest.json +++ b/plugins/com.DanteCoder.JoplinBibleQuote/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "com.DanteCoder.JoplinBibleQuote", "app_min_version": "2.2", - "version": "2.0.0", + "version": "2.1.0", "name": "Bible Quote", "description": "Quote the bible direct in text editor", "author": "Dante G. Barboza", @@ -13,7 +13,7 @@ "citation", "quote" ], - "_publish_hash": "sha256:1ee89aa2784c9bdc5afd7b3c3d78fdde9ff097fd880b22a50d58b8b6d7aded5a", - "_publish_commit": "main:be9a70f7265ae0363c3f403bd0c78e7209a40a20", + "_publish_hash": "sha256:58c19030d0bfc8ff69f45df9eb57579fda6e7ec578060b34f721eb833c4bacf1", + "_publish_commit": "main:b27664436ce81210f3cafbacb805bbd50965833c", "_npm_package_name": "joplin-plugin-bible-quote" } \ No newline at end of file diff --git a/plugins/com.DanteCoder.JoplinBibleQuote/plugin.jpl b/plugins/com.DanteCoder.JoplinBibleQuote/plugin.jpl index 49586df..3428656 100644 Binary files a/plugins/com.DanteCoder.JoplinBibleQuote/plugin.jpl and b/plugins/com.DanteCoder.JoplinBibleQuote/plugin.jpl differ