diff --git a/README.md b/README.md index 44f2c1d..85a39aa 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This repository contains the following plugins: | [🏠](https://github.com/joplin/plugin-abc-sheet-music) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.AbcSheetMusic/plugin.jpl) | ABC Sheet Music Plugin | 1.0.2 | Turns ABC text notation into sheet music | Laurent Cozic | | [🏠](https://github.com/maxnegro/joplin-plugin-admonition) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.admonition/plugin.jpl) | Admonition markdown extension | 1.1.0 | Enables markdownIt admonition plugin, which enables formatting notes | Massimiliano Masserelli | | [🏠](https://discourse.joplinapp.org/t/agenda/21158) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.gitlab.BeatLink.joplin-plugin-agenda/plugin.jpl) | Agenda | 2.3.0 | An agenda/calendar/schedule panel for joplin that shows all uncompleted to-dos with a due date. | BeatLink | -| [🏠](https://github.com/makaanneo/joplin-plugin-athena) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.makaanneo.Athena/plugin.jpl) | Athena | 1.1.2 | Import files in import folder into joplin notes (PDF text in note comment, no OCR) | makaanneo | +| [🏠](https://github.com/makaanneo/joplin-plugin-athena) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.makaanneo.Athena/plugin.jpl) | Athena | 1.1.3 | Import files in import folder into joplin notes (PDF text in note comment, no OCR) | makaanneo | | [🏠](https://github.com/manuerwin/joplin-plugin-attache#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.manuerwin.attache/plugin.jpl) | Attaché | 1.1.1 | Your attachment updater. Mass replacement of Joplin attachments (resources) such as resized image files, current music playlists, and any other attachments you need to one-off or regularly update within Joplin. | Manu Erwin | | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.autolinker/plugin.jpl) | Autolinker | 1.0.0 | Adds an icon to the toolbar. When clicked, it creates a link to the note with a title matching the selected text. | S73ph4n | | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.automate_notes/plugin.jpl) | Automate Notes | 1.0.0 | Finds blocks of javascript in the current note (blocks have to start with "```javascript" and end with "```") and runs it as a function. | S73ph4n | diff --git a/manifests.json b/manifests.json index 46aa2e7..276cdf1 100644 --- a/manifests.json +++ b/manifests.json @@ -1553,7 +1553,7 @@ "manifest_version": 1, "id": "io.github.makaanneo.Athena", "app_min_version": "2.5", - "version": "1.1.2", + "version": "1.1.3", "name": "Athena", "description": "Import files in import folder into joplin notes (PDF text in note comment, no OCR)", "author": "makaanneo", @@ -1566,8 +1566,8 @@ "pdf", "athena" ], - "_publish_hash": "sha256:cbd95c516871b97a66ee90c9d34dbd8c3c5a7e10d70ab5b54b432d577f884888", - "_publish_commit": "main:24b3a8afdbd01d3f4a0bfc05c53ee78f9da02769", + "_publish_hash": "sha256:3c49f44f983709d1ae39a4b516e2ea1b1311bf8b0c65bf70fbe23d0fcdaf9453", + "_publish_commit": "main:f3a0af2092dfdac67bbda11c39061471ce18dc95", "_npm_package_name": "joplin-plugin-athena" } } \ No newline at end of file diff --git a/plugins/io.github.makaanneo.Athena/manifest.json b/plugins/io.github.makaanneo.Athena/manifest.json index e665d4d..af62af2 100644 --- a/plugins/io.github.makaanneo.Athena/manifest.json +++ b/plugins/io.github.makaanneo.Athena/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "io.github.makaanneo.Athena", "app_min_version": "2.5", - "version": "1.1.2", + "version": "1.1.3", "name": "Athena", "description": "Import files in import folder into joplin notes (PDF text in note comment, no OCR)", "author": "makaanneo", @@ -15,7 +15,7 @@ "pdf", "athena" ], - "_publish_hash": "sha256:cbd95c516871b97a66ee90c9d34dbd8c3c5a7e10d70ab5b54b432d577f884888", - "_publish_commit": "main:24b3a8afdbd01d3f4a0bfc05c53ee78f9da02769", + "_publish_hash": "sha256:3c49f44f983709d1ae39a4b516e2ea1b1311bf8b0c65bf70fbe23d0fcdaf9453", + "_publish_commit": "main:f3a0af2092dfdac67bbda11c39061471ce18dc95", "_npm_package_name": "joplin-plugin-athena" } \ No newline at end of file diff --git a/plugins/io.github.makaanneo.Athena/plugin.jpl b/plugins/io.github.makaanneo.Athena/plugin.jpl index 0ce9609..2dba401 100644 Binary files a/plugins/io.github.makaanneo.Athena/plugin.jpl and b/plugins/io.github.makaanneo.Athena/plugin.jpl differ