diff --git a/README.md b/README.md index b2f3564..40c5228 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ This repository contains the following plugins: | [🏠](https://github.com/benji300/joplin-quick-move) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.benji.quick-move/plugin.jpl) | Quick Move | 1.1.0 | Collection of commands to quickly move notes to other notebooks. | Benji300 | | [🏠](https://github.com/Kaid00/joplin-random-note/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.plugin.randomNotePlugin/plugin.jpl) | Random note | 1.0.3 | Opens a random note from your vault | Azamah Junior | | [🏠](https://discourse.joplinapp.org/t/plugin-repeating-to-dos/16470) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.gitlab.BeatLink.joplin-plugin-repeating-todos/plugin.jpl) | Repeating To-Dos | 0.2.0 | A powerful and comprehensive plugin for to-do repetition/recurrence | BeatLink | -| [🏠](https://github.com/manuerwin/joplin-plugin-replace-resources#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.manuerwin.replace-resources/plugin.jpl) | Replace Resources | 0.12.2 | Mass replacement of Joplin resources such as resized image files. | Manu Erwin | +| [🏠](https://github.com/manuerwin/joplin-plugin-replace-resources#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.manuerwin.replace-resources/plugin.jpl) | Replace Resources | 0.13.1 | Mass replacement of Joplin resources such as resized image files. | Manu Erwin | | [🏠](https://github.com/roman-r-m/joplin-plugin-resource-search) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.rmusin.resource-search/plugin.jpl) | Resource Search Plugin | 0.1.1 | Search in Attached Resources | Roman Musin | | [🏠](https://github.com/CalebJohn/joplin-rich-markdown#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.rich-markdown/plugin.jpl) | Rich Markdown | 0.7.3 | Helping you ditch the markdown viewer for good. | Caleb John | | [🏠](https://github.com/hieuthi/joplin-plugin-rubi-and-furigana) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.rubi-and-furigana/plugin.jpl) | Rubi and Furigana | 1.1.0 | Commands that insert appropriate <ruby> and <rt> tags to formatted text to display furigana. | Hieu-Thi Luong | diff --git a/manifests.json b/manifests.json index b342528..bc6497f 100644 --- a/manifests.json +++ b/manifests.json @@ -1348,7 +1348,7 @@ "manifest_version": 1, "id": "io.github.manuerwin.replace-resources", "app_min_version": "2.2", - "version": "0.12.2", + "version": "0.13.1", "name": "Replace Resources", "description": "Mass replacement of Joplin resources such as resized image files.", "author": "Manu Erwin", @@ -1359,8 +1359,8 @@ "replace", "resources" ], - "_publish_hash": "sha256:b7d09c732baaa24b4bfed42301e91b7a4a45d659ff1c330ed5902d416f843635", - "_publish_commit": "also-replace-by-filename:bc7259970ede090bf8cc9fc7156d02010699157d", + "_publish_hash": "sha256:53350e6382245785fc3ba095e63a55cada43c9fa1507d39bf52c69e4de3fed7c", + "_publish_commit": "trunk:02ad5b3bd87cc1e0030311b0f178754384b905e6", "_npm_package_name": "joplin-plugin-replace-resources" }, "ylc395.noteLinkSystem": { diff --git a/plugins/io.github.manuerwin.replace-resources/manifest.json b/plugins/io.github.manuerwin.replace-resources/manifest.json index cc26548..ded8e0a 100644 --- a/plugins/io.github.manuerwin.replace-resources/manifest.json +++ b/plugins/io.github.manuerwin.replace-resources/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "io.github.manuerwin.replace-resources", "app_min_version": "2.2", - "version": "0.12.2", + "version": "0.13.1", "name": "Replace Resources", "description": "Mass replacement of Joplin resources such as resized image files.", "author": "Manu Erwin", @@ -13,7 +13,7 @@ "replace", "resources" ], - "_publish_hash": "sha256:b7d09c732baaa24b4bfed42301e91b7a4a45d659ff1c330ed5902d416f843635", - "_publish_commit": "also-replace-by-filename:bc7259970ede090bf8cc9fc7156d02010699157d", + "_publish_hash": "sha256:53350e6382245785fc3ba095e63a55cada43c9fa1507d39bf52c69e4de3fed7c", + "_publish_commit": "trunk:02ad5b3bd87cc1e0030311b0f178754384b905e6", "_npm_package_name": "joplin-plugin-replace-resources" } \ No newline at end of file diff --git a/plugins/io.github.manuerwin.replace-resources/plugin.jpl b/plugins/io.github.manuerwin.replace-resources/plugin.jpl index 8de5724..b73273a 100644 Binary files a/plugins/io.github.manuerwin.replace-resources/plugin.jpl and b/plugins/io.github.manuerwin.replace-resources/plugin.jpl differ