diff --git a/README.md b/README.md index 5a06f64..341d640 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.3 | 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.1.0 | 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 598abaf..1b5af11 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.3", + "version": "1.1.0", "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:c31f88cf437809817808b21f6255f5600b65e975900d3ba56d74bc4c64aa983a", - "_publish_commit": "main:0e01e3fad5fb92237f55e6cc6d6e58172e6da4c2", + "_publish_hash": "sha256:0aaf73a2845e6c2c4a1b8492e089910f11047e1f763d2ff2cce3a5962da92ad6", + "_publish_commit": "main:de929752fd43ce3514a7645114a31a8f11615fb9", "_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 72d2936..837763b 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.3", + "version": "1.1.0", "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:c31f88cf437809817808b21f6255f5600b65e975900d3ba56d74bc4c64aa983a", - "_publish_commit": "main:0e01e3fad5fb92237f55e6cc6d6e58172e6da4c2", + "_publish_hash": "sha256:0aaf73a2845e6c2c4a1b8492e089910f11047e1f763d2ff2cce3a5962da92ad6", + "_publish_commit": "main:de929752fd43ce3514a7645114a31a8f11615fb9", "_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 94bf777..52756d4 100644 Binary files a/plugins/io.github.makaanneo.apollo/plugin.jpl and b/plugins/io.github.makaanneo.apollo/plugin.jpl differ