diff --git a/README.md b/README.md index 36b843d..f5cf536 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.4.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.2.0 | 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.2.1 | 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 | | [🏠](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/joplin/plugins/raw/master/plugins/io.xargs.JoplinPluginAutoTag/plugin.jpl) | Auto Tag | 1.0.3-rc7 | Convert all octothorpe prefixed words into tags | ZPH | diff --git a/manifests.json b/manifests.json index 1deced6..69cffce 100644 --- a/manifests.json +++ b/manifests.json @@ -1554,7 +1554,7 @@ "manifest_version": 1, "id": "io.github.makaanneo.Athena", "app_min_version": "2.5", - "version": "1.2.0", + "version": "1.2.1", "name": "Athena", "description": "Import files in import folder into joplin notes (PDF text in note comment, no OCR)", "author": "makaanneo", @@ -1567,8 +1567,8 @@ "pdf", "athena" ], - "_publish_hash": "sha256:a17648061cd2e539bdea984555b390671a237add19414f90f8739fb23d535afe", - "_publish_commit": "main:481eb9a806405c5abc4bacde5d3146b22dd7ab3b", + "_publish_hash": "sha256:9efebd49a003b1da10b323daf4b349d80f8961b16343ee95b932046cfe43169c", + "_publish_commit": "main:ee59b99cd7d903b3f72ecafb90cb8f1bd9887bdd", "_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 0e50f39..73e789c 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.2.0", + "version": "1.2.1", "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:a17648061cd2e539bdea984555b390671a237add19414f90f8739fb23d535afe", - "_publish_commit": "main:481eb9a806405c5abc4bacde5d3146b22dd7ab3b", + "_publish_hash": "sha256:9efebd49a003b1da10b323daf4b349d80f8961b16343ee95b932046cfe43169c", + "_publish_commit": "main:ee59b99cd7d903b3f72ecafb90cb8f1bd9887bdd", "_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 b81686e..2fb540b 100644 Binary files a/plugins/io.github.makaanneo.Athena/plugin.jpl and b/plugins/io.github.makaanneo.Athena/plugin.jpl differ