diff --git a/README.md b/README.md index abad7ed..73de143 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ This repository contains the following plugins: | [🏠](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.13.2 | 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 | | [🏠](joshchavez.dev) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joshthor.export/plugin.jpl) | Save Note as MD | 1.0.2 | Simple plugin to export your current note as an MD file to the directory of your choice | Josh Chavez | -| [🏠](https://github.com/FelisDiligens/joplin-plugin-search-and-replace) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-search-and-replace/plugin.jpl) | Search & Replace | 1.0.1 | Adds a simple search and replace dialog. | FelisDiligens | +| [🏠](https://github.com/FelisDiligens/joplin-plugin-search-and-replace) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-search-and-replace/plugin.jpl) | Search & Replace | 2.0.0 | Adds a simple search and replace dialog. | FelisDiligens | | [🏠](https://github.com/marcgreen/semantic-joplin/tree/master/similar-notes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marcgreen.joplin-plugin-semantically-similar-notes/plugin.jpl) | Semantically Similar Notes | 0.2.1 | Show user which notes are semantically similar to the one they are looking at | marc green | | [🏠](https://github.com/ambrt/joplin-plugin-send-snippet) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.sendSnippet/plugin.jpl) | Send snippet to different note | 1.0.0 | Sends snippet of text to any other note from any notebook | ambrt | | [🏠](https://github.com/JackGruber/joplin-plugin-backup/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.backup/plugin.jpl) | Simple Backup | 1.2.2 | Plugin to create manual and automatic backups. | JackGruber | diff --git a/manifests.json b/manifests.json index d7820eb..793755f 100644 --- a/manifests.json +++ b/manifests.json @@ -2589,7 +2589,7 @@ "manifest_version": 1, "id": "joplin-plugin-search-and-replace", "app_min_version": "2.8", - "version": "1.0.1", + "version": "2.0.0", "name": "Search & Replace", "description": "Adds a simple search and replace dialog.", "author": "FelisDiligens", @@ -2597,8 +2597,8 @@ "repository_url": "https://github.com/FelisDiligens/joplin-plugin-search-and-replace", "keywords": [], "categories": [], - "_publish_hash": "sha256:fbfe07c6f2f656c0702b277d97a21dd934bccdc82d659fda4c972e7c588fd2f2", - "_publish_commit": "master:dc5cd90026b3afe8772df0afd80d600521d8584f", + "_publish_hash": "sha256:b79348a4e9d567855082b86953b40981ab5a41f7ec81d35864851fa076821331", + "_publish_commit": "master:ef5ee11bc96dfbdd9ba027da84e519d2b8c30646", "_npm_package_name": "joplin-plugin-search-and-replace" }, "com.cuibonobo.NoteRename": { diff --git a/plugins/joplin-plugin-search-and-replace/manifest.json b/plugins/joplin-plugin-search-and-replace/manifest.json index 579be5e..73810d3 100644 --- a/plugins/joplin-plugin-search-and-replace/manifest.json +++ b/plugins/joplin-plugin-search-and-replace/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "joplin-plugin-search-and-replace", "app_min_version": "2.8", - "version": "1.0.1", + "version": "2.0.0", "name": "Search & Replace", "description": "Adds a simple search and replace dialog.", "author": "FelisDiligens", @@ -10,7 +10,7 @@ "repository_url": "https://github.com/FelisDiligens/joplin-plugin-search-and-replace", "keywords": [], "categories": [], - "_publish_hash": "sha256:fbfe07c6f2f656c0702b277d97a21dd934bccdc82d659fda4c972e7c588fd2f2", - "_publish_commit": "master:dc5cd90026b3afe8772df0afd80d600521d8584f", + "_publish_hash": "sha256:b79348a4e9d567855082b86953b40981ab5a41f7ec81d35864851fa076821331", + "_publish_commit": "master:ef5ee11bc96dfbdd9ba027da84e519d2b8c30646", "_npm_package_name": "joplin-plugin-search-and-replace" } \ No newline at end of file diff --git a/plugins/joplin-plugin-search-and-replace/plugin.jpl b/plugins/joplin-plugin-search-and-replace/plugin.jpl index 19465bd..8875dca 100644 Binary files a/plugins/joplin-plugin-search-and-replace/plugin.jpl and b/plugins/joplin-plugin-search-and-replace/plugin.jpl differ