diff --git a/README.md b/README.md index 41e30ce..dfc20a1 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,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.1 | 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.12.2 | 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 f0f4639..b34e3d1 100644 --- a/manifests.json +++ b/manifests.json @@ -1346,7 +1346,7 @@ "manifest_version": 1, "id": "io.github.manuerwin.replace-resources", "app_min_version": "2.2", - "version": "0.12.1", + "version": "0.12.2", "name": "Replace Resources", "description": "Mass replacement of Joplin resources such as resized image files.", "author": "Manu Erwin", @@ -1357,8 +1357,8 @@ "replace", "resources" ], - "_publish_hash": "sha256:c46e34d90695745bd9e6aa0c8295eb0b5d554f127fe7e9248c7fb32e8bc6b4d5", - "_publish_commit": "trunk:46197900695c4a5d67f8d8fa703166242b33a3ee", + "_publish_hash": "sha256:2cda8a6ae1f009536ac66b6df8e0c16468e0a6680f7b2c796170527bce82b00e", + "_publish_commit": "trunk:45d28ab3f8707e971fe543800a93497b8751c627", "_npm_package_name": "joplin-plugin-replace-resources" } } \ No newline at end of file diff --git a/plugins/io.github.manuerwin.replace-resources/manifest.json b/plugins/io.github.manuerwin.replace-resources/manifest.json index aa726ac..44c6e67 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.1", + "version": "0.12.2", "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:c46e34d90695745bd9e6aa0c8295eb0b5d554f127fe7e9248c7fb32e8bc6b4d5", - "_publish_commit": "trunk:46197900695c4a5d67f8d8fa703166242b33a3ee", + "_publish_hash": "sha256:2cda8a6ae1f009536ac66b6df8e0c16468e0a6680f7b2c796170527bce82b00e", + "_publish_commit": "trunk:45d28ab3f8707e971fe543800a93497b8751c627", "_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 a8deb72..0a41cf3 100644 Binary files a/plugins/io.github.manuerwin.replace-resources/plugin.jpl and b/plugins/io.github.manuerwin.replace-resources/plugin.jpl differ