diff --git a/README.md b/README.md index dccce51..c67ffe0 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ This repository contains the following plugins: | [🏠](https://github.com/herdsothom/joplin-insert-date) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-insert-date/plugin.jpl) | Insert Date | 1.0.1 | Adds a button to insert the current date (without time) into the editor. | herdsothom | | [🏠](https://github.com/marc0l92/joplin-plugin-jira-issue#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-jira-issue/plugin.jpl) | Jira Issue | 2.2.2 | Retrieve Atlassian Jira issues information using their api in order to track the status of them from your Joplin notes. | marc0l92 | | [🏠](https://github.com/chenlijun99/autoanki/packages/joplin-plugin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.anki-sync/plugin.jpl) | Joplin Anki Sync | 1.0.0 | Bidirectional sync between Joplin and Anki | Lijun Chen | -| [🏠](https://github.com/makaanneo/joplin-plugin-apollo) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.makaanneo.apollo/plugin.jpl) | Joplin Note Attachement rename | 1.0.0 | Joplin plugin to rename note attachments, | makaanneo | +| [🏠](https://github.com/makaanneo/joplin-plugin-apollo) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.makaanneo.apollo/plugin.jpl) | Joplin Note Attachement rename | 1.0.1 | Joplin plugin to rename note attachments, | makaanneo | | [🏠](https://github.com/Cologler/userlink-joplin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/plugin.jpl) | Joplin User Link Plugin | 1.2.0 | A Joplin plugin for custom links, like `jump://?query=blabla`. | Cologler | | [🏠](https://discourse.joplinapp.org/t/plugin-share-note-online-via-hackmd/22048) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/eu.xardbaiz.joplin.HackMD/plugin.jpl) | joplin-hackmd | 1.0.1 | Quick share notes on HackMD | xardbaiz | | [🏠](https://github.com/ThibaultJanBeyer/joplin-sheets) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin.JSheets/plugin.jpl) | JSheets | 1.1.3 | JSheets - use to write spreadsheets like excel in Joplin | Thibault Jan Beyer | diff --git a/manifests.json b/manifests.json index 5b836ac..bc7401a 100644 --- a/manifests.json +++ b/manifests.json @@ -1639,15 +1639,15 @@ "manifest_version": 1, "id": "io.github.makaanneo.apollo", "app_min_version": "2.5", - "version": "1.0.0", + "version": "1.0.1", "name": "Joplin Note Attachement rename", "description": "Joplin plugin to rename note attachments,", "author": "makaanneo", "homepage_url": "https://github.com/makaanneo/joplin-plugin-apollo", "repository_url": "https://github.com/makaanneo/joplin-plugin-apollo", "keywords": [], - "_publish_hash": "sha256:94b6486cb502807855fa5dbcda86bfcb015666ce7f642f2c32e8d1ad8de19e79", - "_publish_commit": "main:347a823edce3bb4b3c0888bf106045425d712db0", + "_publish_hash": "sha256:175a4874188cb87e6ffda6617680dec6cd063522d106bf3a809d517d34bb0424", + "_publish_commit": "main:e27ce9e28ca398bcf69ecda230baec726899a2cc", "_npm_package_name": "joplin-plugin-apollo" } } \ No newline at end of file diff --git a/plugins/io.github.makaanneo.apollo/manifest.json b/plugins/io.github.makaanneo.apollo/manifest.json index c87793f..0f17330 100644 --- a/plugins/io.github.makaanneo.apollo/manifest.json +++ b/plugins/io.github.makaanneo.apollo/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "io.github.makaanneo.apollo", "app_min_version": "2.5", - "version": "1.0.0", + "version": "1.0.1", "name": "Joplin Note Attachement rename", "description": "Joplin plugin to rename note attachments,", "author": "makaanneo", "homepage_url": "https://github.com/makaanneo/joplin-plugin-apollo", "repository_url": "https://github.com/makaanneo/joplin-plugin-apollo", "keywords": [], - "_publish_hash": "sha256:94b6486cb502807855fa5dbcda86bfcb015666ce7f642f2c32e8d1ad8de19e79", - "_publish_commit": "main:347a823edce3bb4b3c0888bf106045425d712db0", + "_publish_hash": "sha256:175a4874188cb87e6ffda6617680dec6cd063522d106bf3a809d517d34bb0424", + "_publish_commit": "main:e27ce9e28ca398bcf69ecda230baec726899a2cc", "_npm_package_name": "joplin-plugin-apollo" } \ No newline at end of file diff --git a/plugins/io.github.makaanneo.apollo/plugin.jpl b/plugins/io.github.makaanneo.apollo/plugin.jpl index f8264d8..841e1d0 100644 Binary files a/plugins/io.github.makaanneo.apollo/plugin.jpl and b/plugins/io.github.makaanneo.apollo/plugin.jpl differ