diff --git a/README.md b/README.md index 3569beb..7f72e4f 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This repository contains the following plugins: | [🏠](https://github.com/bluulo/joplin-plugin-code-clipboard) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/bluulo.JoplinCodeClipboardPlugin/plugin.jpl) | Code-Clipboard | 1.0.0 | Copy the content of a code block to the clipboard | bluulo | | [🏠](https://github.com/shantanugoel/joplin-plugin-cm-linenumbers) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.shantanugoel.JoplinCMLineNumbersPlugin/plugin.jpl) | CodeMirror Line Numbers | 2.0.0 | Enables line numbers for CodeMirror editor | Shantanu Goel | | [🏠](https://github.com/FelisDiligens/joplin-plugin-cmoptions) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.cmoptions/plugin.jpl) | CodeMirror Options | 1.1.0 | Adds some CodeMirror options to Joplin's settings, such as line numbers and line wrapping. | FelisDiligens | -| [🏠](https://github.com/JackGruber/joplin-plugin-combine-notes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.combine-notes/plugin.jpl) | Combine notes | 1.2.0 | Combine one or more notes | JackGruber | +| [🏠](https://github.com/JackGruber/joplin-plugin-combine-notes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.combine-notes/plugin.jpl) | Combine notes | 1.2.1 | Combine one or more notes | JackGruber | | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.complete_link/plugin.jpl) | Complete Link | 1.0.1 | This plugin adds an icon to the toolbar. When clicked, it completes the selected text into a note title (in a markdown link). | S73ph4n | | [🏠](https://discourse.joplinapp.org/t/plugin-conflict-resolution/19204) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-conflict-resolution/plugin.jpl) | Conflict Resolution | 1.2.3 | A plugin that makes process of resolving conflicts easier. | Ahmed Alwasifey | | [🏠](https://github.com/hieuthi/joplin-plugin-container-with-classes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.container-with-classes/plugin.jpl) | Container with Classes | 1.0.0 | Plugin for creating block-level containers with classes for customization | Hieu-Thi Luong | diff --git a/manifests.json b/manifests.json index 7a216bd..c3b7941 100644 --- a/manifests.json +++ b/manifests.json @@ -38,7 +38,7 @@ "manifest_version": 1, "id": "io.github.jackgruber.combine-notes", "app_min_version": "1.8.1", - "version": "1.2.0", + "version": "1.2.1", "name": "Combine notes", "description": "Combine one or more notes", "author": "JackGruber", @@ -53,8 +53,8 @@ ], "screenshots": [], "icons": {}, - "_publish_hash": "sha256:64d5f14f20cf240a0567872d6e6df671f5659df661db6391108ba8d92d3afeff", - "_publish_commit": "master:8899852d5abb8e11188bc5237e77e1286fd97afe", + "_publish_hash": "sha256:4d9a46db2f1404889e9af8e80e5b0b9b4a4b759a355f22668f89de3986e978a3", + "_publish_commit": "master:046e228d6bde75676a1048360ad1a8201faa012d", "_npm_package_name": "joplin-plugin-combine-notes", "_recommended": true }, diff --git a/plugins/io.github.jackgruber.combine-notes/manifest.json b/plugins/io.github.jackgruber.combine-notes/manifest.json index a3877f4..eb3768c 100644 --- a/plugins/io.github.jackgruber.combine-notes/manifest.json +++ b/plugins/io.github.jackgruber.combine-notes/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "io.github.jackgruber.combine-notes", "app_min_version": "1.8.1", - "version": "1.2.0", + "version": "1.2.1", "name": "Combine notes", "description": "Combine one or more notes", "author": "JackGruber", @@ -17,7 +17,7 @@ ], "screenshots": [], "icons": {}, - "_publish_hash": "sha256:64d5f14f20cf240a0567872d6e6df671f5659df661db6391108ba8d92d3afeff", - "_publish_commit": "master:8899852d5abb8e11188bc5237e77e1286fd97afe", + "_publish_hash": "sha256:4d9a46db2f1404889e9af8e80e5b0b9b4a4b759a355f22668f89de3986e978a3", + "_publish_commit": "master:046e228d6bde75676a1048360ad1a8201faa012d", "_npm_package_name": "joplin-plugin-combine-notes" } \ No newline at end of file diff --git a/plugins/io.github.jackgruber.combine-notes/plugin.jpl b/plugins/io.github.jackgruber.combine-notes/plugin.jpl index e8dc389..a734e85 100644 Binary files a/plugins/io.github.jackgruber.combine-notes/plugin.jpl and b/plugins/io.github.jackgruber.combine-notes/plugin.jpl differ