diff --git a/README.md b/README.md index 29cc7d8..f54b5ce 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.1.0 | An agenda/calendar/schedule panel for joplin that shows all uncompleted to-dos with a due date. | BeatLink | -| [🏠](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.0 | 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 | +| [🏠](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 | | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.autolinker/plugin.jpl) | Autolinker | 1.0.0 | Adds an icon to the toolbar. When clicked, it creates a link to the note with a title matching the selected text. | S73ph4n | | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.automate_notes/plugin.jpl) | Automate Notes | 1.0.0 | Finds blocks of javascript in the current note (blocks have to start with "```javascript" and end with "```") and runs it as a function. | S73ph4n | | [🏠](https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.backlinksToNote/plugin.jpl) | Automatic Backlinks to note | 3.0.3 | Creates backlinks to opened note, also in automatic way | ambrt,cyingfan | diff --git a/manifests.json b/manifests.json index 33d6503..d3cc6c9 100644 --- a/manifests.json +++ b/manifests.json @@ -1476,7 +1476,7 @@ "manifest_version": 1, "id": "io.github.manuerwin.attache", "app_min_version": "2.6.9", - "version": "1.1.0", + "version": "1.1.1", "name": "Attaché", "description": "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.", "author": "Manu Erwin", @@ -1488,8 +1488,8 @@ "resources", "attachments" ], - "_publish_hash": "sha256:77142dee4aea501b986fbdeb08ab6db14eba975df2ace40e50e7f731b597e516", - "_publish_commit": "trunk:c37fce54c340f2a445006dac6e66ea3a5af895f2", + "_publish_hash": "sha256:cb2dbc097430e9b628a42866e654718ed798984102a695d4cdcf1e0704f05d5d", + "_publish_commit": "trunk:4540b7960601cd8f87ae86fd7c587f3ddf2e2e96", "_npm_package_name": "joplin-plugin-attache" }, "joplin-plugin-knowledge-graph": { diff --git a/plugins/io.github.manuerwin.attache/manifest.json b/plugins/io.github.manuerwin.attache/manifest.json index f9f2580..83d8cb3 100644 --- a/plugins/io.github.manuerwin.attache/manifest.json +++ b/plugins/io.github.manuerwin.attache/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "io.github.manuerwin.attache", "app_min_version": "2.6.9", - "version": "1.1.0", + "version": "1.1.1", "name": "Attaché", "description": "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.", "author": "Manu Erwin", @@ -14,7 +14,7 @@ "resources", "attachments" ], - "_publish_hash": "sha256:77142dee4aea501b986fbdeb08ab6db14eba975df2ace40e50e7f731b597e516", - "_publish_commit": "trunk:c37fce54c340f2a445006dac6e66ea3a5af895f2", + "_publish_hash": "sha256:cb2dbc097430e9b628a42866e654718ed798984102a695d4cdcf1e0704f05d5d", + "_publish_commit": "trunk:4540b7960601cd8f87ae86fd7c587f3ddf2e2e96", "_npm_package_name": "joplin-plugin-attache" } \ No newline at end of file diff --git a/plugins/io.github.manuerwin.attache/plugin.jpl b/plugins/io.github.manuerwin.attache/plugin.jpl index e67d7c3..4658161 100644 Binary files a/plugins/io.github.manuerwin.attache/plugin.jpl and b/plugins/io.github.manuerwin.attache/plugin.jpl differ