diff --git a/README.md b/README.md index e8a949e..008c4b5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This repository contains the following plugins: | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.xUser5000.bibtex/plugin.jpl) | BibTeX | 0.5.0 | Use locally stored BibTeX files to integrate citation into Joplin | Abdallah Ahmed | | [🏠](https://github.com/ahaltindis/joplin-plugin-bulk-note-creator) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.ahaltindis.joplin.BulkNoteCreator/plugin.jpl) | Bulk Note Creator | 1.0.0 | Create notes as bulk | Ahmet Altindis | | [🏠](https://github.com/marc0l92/joplin-plugin-bytefield-svg#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-bytefield-svg/plugin.jpl) | bytefield-svg | 1.1.0 | Add support for bytefield-svg diagrams used to describe network protocols, memory layouts and any other binary structure. | marc0l92 | -| [🏠](https://github.com/Mick2nd/Code-Section#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.habelt.CodeSection/plugin.jpl) | Code Section | 1.0.3 | Inserts a piece of code from code source | Jürgen Habelt | +| [🏠](https://github.com/Mick2nd/Code-Section#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.habelt.CodeSection/plugin.jpl) | Code Section | 1.0.4 | Inserts a piece of code from code source | Jürgen Habelt | | [🏠](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/JackGruber/joplin-plugin-combine-notes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.combine-notes/plugin.jpl) | Combine notes | 1.0.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 | diff --git a/manifests.json b/manifests.json index b157096..b65d793 100644 --- a/manifests.json +++ b/manifests.json @@ -1590,7 +1590,7 @@ "manifest_version": 1, "id": "de.habelt.CodeSection", "app_min_version": "2.2", - "version": "1.0.3", + "version": "1.0.4", "name": "Code Section", "description": "Inserts a piece of code from code source", "author": "Jürgen Habelt", @@ -1601,8 +1601,8 @@ "content-plugin", "code-section" ], - "_publish_hash": "sha256:6fa99232748435340d30d4d5507a6a0c161663d4ab35289720f9cfd57d0c5cce", - "_publish_commit": "master:4ca88502e58a9a028bc6643a43074baa3486b399", + "_publish_hash": "sha256:31193deb2d1bab0ead9ccf80d56215db794d06981c7f7bcda05e669807cf495b", + "_publish_commit": "master:6add3b7df66837a0084b4d2ae69d0b7c22dff3b2", "_npm_package_name": "joplin-plugin-code-section" }, "com.ahaltindis.joplin.BulkNoteCreator": { diff --git a/plugins/de.habelt.CodeSection/manifest.json b/plugins/de.habelt.CodeSection/manifest.json index f69867b..1e15790 100644 --- a/plugins/de.habelt.CodeSection/manifest.json +++ b/plugins/de.habelt.CodeSection/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "de.habelt.CodeSection", "app_min_version": "2.2", - "version": "1.0.3", + "version": "1.0.4", "name": "Code Section", "description": "Inserts a piece of code from code source", "author": "Jürgen Habelt", @@ -13,7 +13,7 @@ "content-plugin", "code-section" ], - "_publish_hash": "sha256:6fa99232748435340d30d4d5507a6a0c161663d4ab35289720f9cfd57d0c5cce", - "_publish_commit": "master:4ca88502e58a9a028bc6643a43074baa3486b399", + "_publish_hash": "sha256:31193deb2d1bab0ead9ccf80d56215db794d06981c7f7bcda05e669807cf495b", + "_publish_commit": "master:6add3b7df66837a0084b4d2ae69d0b7c22dff3b2", "_npm_package_name": "joplin-plugin-code-section" } \ No newline at end of file diff --git a/plugins/de.habelt.CodeSection/plugin.jpl b/plugins/de.habelt.CodeSection/plugin.jpl index a0225cc..18405b3 100644 Binary files a/plugins/de.habelt.CodeSection/plugin.jpl and b/plugins/de.habelt.CodeSection/plugin.jpl differ