diff --git a/README.md b/README.md index 9c89dc8..0c8664e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This repository contains the following plugins: [🏠](https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632) | Automatic Backlinks to note | 2.0.10 | Creates backlinks to opened note, also in automatic way | ambrt [🏠]() | BibTeX | 0.5.0 | Use locally stored BibTeX files to integrate citation into Joplin | Abdallah Ahmed [🏠](https://github.com/JackGruber/joplin-plugin-combine-notes) | Combine notes | 1.0.1 | Combine one or more notes | JackGruber -[🏠](https://discourse.joplinapp.org/t/plugin-conflict-resolution/19204) | Conflict Resolution | 1.2.0 | A plugin that makes process of resolving conflicts easier. | Ahmed Alwasifey +[🏠](https://discourse.joplinapp.org/t/plugin-conflict-resolution/19204) | Conflict Resolution | 1.2.1 | A plugin that makes process of resolving conflicts easier. | Ahmed Alwasifey [🏠](https://discourse.joplinapp.org/t/create-note-from-highlighted-text/12511) | Convert Text To New Note | 1.5.0 | Converts highlighted text to new one in same folder | ambrt [🏠](https://discourse.joplinapp.org/t/copy-markdown-link-to-active-note/14402) | Copy link to active note | 1.0.1 | Adds entry to right click menu in editor to get link to active note | a [🏠](https://discourse.joplinapp.org/t/go-to-note-tag-or-notebook-via-highlighting-text-in-editor/12731) | Create and go to #tags and @notebooks | 1.3.7 | Go to tag,notebook or note via links or via text | a diff --git a/manifests.json b/manifests.json index 8fbc5c2..2ab4850 100644 --- a/manifests.json +++ b/manifests.json @@ -731,15 +731,15 @@ "manifest_version": 1, "id": "joplin-plugin-conflict-resolution", "app_min_version": "2.0.9", - "version": "1.2.0", + "version": "1.2.1", "name": "Conflict Resolution", "description": "A plugin that makes process of resolving conflicts easier.", "author": "Ahmed Alwasifey", "homepage_url": "https://discourse.joplinapp.org/t/plugin-conflict-resolution/19204", "repository_url": "https://github.com/joplin/plugin-conflict-resolution", "keywords": [], - "_publish_hash": "sha256:6b4dbdc6ca2d4308d8b9fdd178eb4831bd9fff1c2a87f767678f4e592dc4b32c", - "_publish_commit": "master:2af3996ba36adbd5b5e94a9f213700fb0c6a958c", + "_publish_hash": "sha256:7e5a07dcab27c6c081c9ff75170e6ed8861a43c5be025ca901ad1dc69dcbeee9", + "_publish_commit": "master:8703fe0d8ec329635d683dc48eac74f848e63696", "_npm_package_name": "joplin-plugin-conflict-resolution" }, "com.gitlab.BeatLink.joplin-plugin-repeating-todos": { diff --git a/plugins/joplin-plugin-conflict-resolution/manifest.json b/plugins/joplin-plugin-conflict-resolution/manifest.json index 4242e88..9e95b63 100644 --- a/plugins/joplin-plugin-conflict-resolution/manifest.json +++ b/plugins/joplin-plugin-conflict-resolution/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "joplin-plugin-conflict-resolution", "app_min_version": "2.0.9", - "version": "1.2.0", + "version": "1.2.1", "name": "Conflict Resolution", "description": "A plugin that makes process of resolving conflicts easier.", "author": "Ahmed Alwasifey", "homepage_url": "https://discourse.joplinapp.org/t/plugin-conflict-resolution/19204", "repository_url": "https://github.com/joplin/plugin-conflict-resolution", "keywords": [], - "_publish_hash": "sha256:6b4dbdc6ca2d4308d8b9fdd178eb4831bd9fff1c2a87f767678f4e592dc4b32c", - "_publish_commit": "master:2af3996ba36adbd5b5e94a9f213700fb0c6a958c", + "_publish_hash": "sha256:7e5a07dcab27c6c081c9ff75170e6ed8861a43c5be025ca901ad1dc69dcbeee9", + "_publish_commit": "master:8703fe0d8ec329635d683dc48eac74f848e63696", "_npm_package_name": "joplin-plugin-conflict-resolution" } \ No newline at end of file diff --git a/plugins/joplin-plugin-conflict-resolution/plugin.jpl b/plugins/joplin-plugin-conflict-resolution/plugin.jpl index 2dd6ef0..32f7a85 100644 Binary files a/plugins/joplin-plugin-conflict-resolution/plugin.jpl and b/plugins/joplin-plugin-conflict-resolution/plugin.jpl differ