diff --git a/README.md b/README.md index 7f0e8cc..395b563 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 | 3.7.1 | 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.9.1 | Import files from import a folder into joplin notebook as notes mit metadata (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.9.2 | Import files from import a folder into joplin notebook as notes mit metadata (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 | | [🏠](github.com/zph/joplin-plugin-auto-alarm) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.xargs.JoplinPluginAutoAlarm/plugin.jpl) | Auto Alarm | 1.0.7-rc10 | Natural language entry of alarm date/times | ZPH | | [🏠](https://github.com/eyalag/joplin-plugin-auto-show-active-note) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.AutoShowActiveNoteInSideBar/plugin.jpl) | Auto show active note in sidebar | 1.0.1 | Auto show active note in sidebar | Eyal | diff --git a/manifests.json b/manifests.json index 5c19a55..d0d0cc0 100644 --- a/manifests.json +++ b/manifests.json @@ -1539,7 +1539,7 @@ "manifest_version": 1, "id": "io.github.makaanneo.Athena", "app_min_version": "2.6", - "version": "1.9.1", + "version": "1.9.2", "name": "Athena", "description": "Import files from import a folder into joplin notebook as notes mit metadata (PDF text in note comment, no OCR)", "author": "makaanneo", @@ -1552,8 +1552,8 @@ "pdf", "athena" ], - "_publish_hash": "sha256:3094c103118f9798b47126839534be439bb7f12d7f698dd64db9665df265207f", - "_publish_commit": "main:d3b6f85323a3d1a8b02cf5b037ae2773b7be32f7", + "_publish_hash": "sha256:4b9c02c50e8af03e324bd249abf6cfc960c300b2320124f3ef8c34b440ba5c50", + "_publish_commit": "main:70ee9e4b8900eef5e54f0bc2fb7a307919dd7435", "_npm_package_name": "joplin-plugin-athena" }, "io.xargs.JoplinPluginAutoAlarm": { diff --git a/plugins/io.github.makaanneo.Athena/manifest.json b/plugins/io.github.makaanneo.Athena/manifest.json index fcf1661..043a820 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.6", - "version": "1.9.1", + "version": "1.9.2", "name": "Athena", "description": "Import files from import a folder into joplin notebook as notes mit metadata (PDF text in note comment, no OCR)", "author": "makaanneo", @@ -15,7 +15,7 @@ "pdf", "athena" ], - "_publish_hash": "sha256:3094c103118f9798b47126839534be439bb7f12d7f698dd64db9665df265207f", - "_publish_commit": "main:d3b6f85323a3d1a8b02cf5b037ae2773b7be32f7", + "_publish_hash": "sha256:4b9c02c50e8af03e324bd249abf6cfc960c300b2320124f3ef8c34b440ba5c50", + "_publish_commit": "main:70ee9e4b8900eef5e54f0bc2fb7a307919dd7435", "_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 19b0455..c32aded 100644 Binary files a/plugins/io.github.makaanneo.Athena/plugin.jpl and b/plugins/io.github.makaanneo.Athena/plugin.jpl differ