diff --git a/README.md b/README.md index a57e370..a980cd0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This repository contains the following plugins: --- | --- | --- | --- | --- [🏠](https://github.com/maxnegro/joplin-plugin-admonition) | Admonition markdown extension | 1.0.3 | Enables markdownIt admonition plugin, which enables formatting notes | Massimiliano Masserelli [🏠](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 -[🏠]() | BibTeX | 0.4.0 | Use locally stored BibTeX files to integrate citation into Joplin | Abdallah Ahmed +[🏠]() | BibTeX | 0.5.0 | Use locally stored BibTeX files to integrate citation into Joplin | Abdallah Ahmed [🏠](https://github.com/JackGruber/joplin-plugin-combine-notes) | Combine notes | 0.2.2 | Combine one or more notes | JackGruber [🏠](https://github.com/joplin/plugin-conflict-resolution) | Conflict Resolution | 1.1.0 | A plugin that makes process of resolving conflicts easier. | Ahmed Alwasifey [🏠](https://discourse.joplinapp.org/t/create-note-from-highlighted-text/12511) | Convert Text To New Note | 1.5.0 | Converts highlighted text to new one in same folder | ambrt diff --git a/manifests.json b/manifests.json index dcea9a0..262186a 100644 --- a/manifests.json +++ b/manifests.json @@ -682,15 +682,15 @@ "manifest_version": 1, "id": "com.xUser5000.bibtex", "app_min_version": "1.7", - "version": "0.4.0", + "version": "0.5.0", "name": "BibTeX", "description": "Use locally stored BibTeX files to integrate citation into Joplin", "author": "Abdallah Ahmed", "homepage_url": "", "repository_url": "https://github.com/joplin/plugin-bibtex", "keywords": [], - "_publish_hash": "sha256:18c1eee4850bc6702ad8a0ab160daca4f76d6cc2a289b3f0fa8e5e2c6c0f1117", - "_publish_commit": "release-0.4.0:d423601f766f7a896b2540ef25d86e7e8a6ca011", + "_publish_hash": "sha256:3f5e3606127f8df1403e50f4d428f906d7e07555f43a3bc7d7fc47921e581f33", + "_publish_commit": "release-0.5.0:02bfbdeec2429c38d64fcd2dc059bb25978e7e79", "_npm_package_name": "joplin-plugin-bibtex" }, "fd117a99-b165-4824-893c-5825439a842d": { diff --git a/plugins/com.xUser5000.bibtex/manifest.json b/plugins/com.xUser5000.bibtex/manifest.json index 5ea2bc3..ba16313 100644 --- a/plugins/com.xUser5000.bibtex/manifest.json +++ b/plugins/com.xUser5000.bibtex/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "com.xUser5000.bibtex", "app_min_version": "1.7", - "version": "0.4.0", + "version": "0.5.0", "name": "BibTeX", "description": "Use locally stored BibTeX files to integrate citation into Joplin", "author": "Abdallah Ahmed", "homepage_url": "", "repository_url": "https://github.com/joplin/plugin-bibtex", "keywords": [], - "_publish_hash": "sha256:18c1eee4850bc6702ad8a0ab160daca4f76d6cc2a289b3f0fa8e5e2c6c0f1117", - "_publish_commit": "release-0.4.0:d423601f766f7a896b2540ef25d86e7e8a6ca011", + "_publish_hash": "sha256:3f5e3606127f8df1403e50f4d428f906d7e07555f43a3bc7d7fc47921e581f33", + "_publish_commit": "release-0.5.0:02bfbdeec2429c38d64fcd2dc059bb25978e7e79", "_npm_package_name": "joplin-plugin-bibtex" } \ No newline at end of file diff --git a/plugins/com.xUser5000.bibtex/plugin.jpl b/plugins/com.xUser5000.bibtex/plugin.jpl index 2ec1f90..877e096 100644 Binary files a/plugins/com.xUser5000.bibtex/plugin.jpl and b/plugins/com.xUser5000.bibtex/plugin.jpl differ