diff --git a/README.md b/README.md index 4a6cefd..6311b9e 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.1.0 | Use locally stored BibTeX files to insert citations into the current note. | Abdallah Ahmed +[🏠]() | BibTeX | 0.2.0 | Use locally stored BibTeX files to insert citations into the current note. | Abdallah Ahmed [🏠](https://github.com/JackGruber/joplin-plugin-combine-notes) | Combine notes | 0.2.2 | Combine one or more notes | JackGruber [🏠](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 [🏠](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 5effb92..82a8988 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.1.0", + "version": "0.2.0", "name": "BibTeX", "description": "Use locally stored BibTeX files to insert citations into the current note.", "author": "Abdallah Ahmed", "homepage_url": "", "repository_url": "https://github.com/joplin/plugin-bibtex", "keywords": [], - "_publish_hash": "sha256:19664e34313b855d4f107e66dc673d3aa76162e5312718e467a0d5c9211cb8ff", - "_publish_commit": "main:0a6c48b2b72aaf2bfc9522d1ab6a46b994fdbf50", + "_publish_hash": "sha256:749ac4d2d71fe8857ef2b2fb401db3db582a76042dd3252dae2d0f67557dcf60", + "_publish_commit": "main:a346cb3b6607e45620a262bcc8cf2a2b7d8261e9", "_npm_package_name": "joplin-plugin-bibtex" } } \ No newline at end of file diff --git a/plugins/com.xUser5000.bibtex/manifest.json b/plugins/com.xUser5000.bibtex/manifest.json index 4f6fdc9..876f752 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.1.0", + "version": "0.2.0", "name": "BibTeX", "description": "Use locally stored BibTeX files to insert citations into the current note.", "author": "Abdallah Ahmed", "homepage_url": "", "repository_url": "https://github.com/joplin/plugin-bibtex", "keywords": [], - "_publish_hash": "sha256:19664e34313b855d4f107e66dc673d3aa76162e5312718e467a0d5c9211cb8ff", - "_publish_commit": "main:0a6c48b2b72aaf2bfc9522d1ab6a46b994fdbf50", + "_publish_hash": "sha256:749ac4d2d71fe8857ef2b2fb401db3db582a76042dd3252dae2d0f67557dcf60", + "_publish_commit": "main:a346cb3b6607e45620a262bcc8cf2a2b7d8261e9", "_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 5e247be..b076d3a 100644 Binary files a/plugins/com.xUser5000.bibtex/plugin.jpl and b/plugins/com.xUser5000.bibtex/plugin.jpl differ