diff --git a/README.md b/README.md index 8141054..5a06f64 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,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.2 | 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.3 | 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 9ace797..598abaf 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.2", + "version": "1.0.3", "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:cabb16b80b615c17bbab827a1dd338d2ad520b3f962fff391fce98491c2e1f44", - "_publish_commit": "main:95b6bfdb4393fe4b2e69ebfcd4c2ad57fc459b42", + "_publish_hash": "sha256:c31f88cf437809817808b21f6255f5600b65e975900d3ba56d74bc4c64aa983a", + "_publish_commit": "main:0e01e3fad5fb92237f55e6cc6d6e58172e6da4c2", "_npm_package_name": "joplin-plugin-apollo" }, "com.github.marc0l92.joplin-plugin-bytefield-svg": { diff --git a/plugins/io.github.makaanneo.apollo/manifest.json b/plugins/io.github.makaanneo.apollo/manifest.json index 5fe2f5c..72d2936 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.2", + "version": "1.0.3", "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:cabb16b80b615c17bbab827a1dd338d2ad520b3f962fff391fce98491c2e1f44", - "_publish_commit": "main:95b6bfdb4393fe4b2e69ebfcd4c2ad57fc459b42", + "_publish_hash": "sha256:c31f88cf437809817808b21f6255f5600b65e975900d3ba56d74bc4c64aa983a", + "_publish_commit": "main:0e01e3fad5fb92237f55e6cc6d6e58172e6da4c2", "_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 f7d08cc..94bf777 100644 Binary files a/plugins/io.github.makaanneo.apollo/plugin.jpl and b/plugins/io.github.makaanneo.apollo/plugin.jpl differ