diff --git a/README.md b/README.md index 95e4d81..2482fac 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ This repository contains the following plugins: [🏠](https://github.com/JackGruber/joplin-plugin-note-overview/blob/master/README.md) | Note overview | 1.4.3 | A note overview is created based on the defined search and the specified fields. | JackGruber [🏠](https://github.com/Kaid00/joplin-note-statistics#readme) | Note Statistics | 1.0.4 | Plugin to get note statistics | Azamah Junior [🏠](https://github.com/benji300/joplin-note-tabs) | Note Tabs | 1.3.0 | Allows to open several notes at once in tabs and pin them. | Benji300 -[🏠](https://github.com/cqroot/joplin-outline) | Outline | 1.2.0 | Outline sidebar plugin for joplin. | cqroot +[🏠](https://github.com/cqroot/joplin-outline) | Outline | 1.2.1 | Outline sidebar plugin for joplin. | cqroot [🏠](https://github.com/benji300/joplin-persistent-layout) | Persistent Editor Layout | 2.0.0 | Save the editor layout (editor/split view/viewer/rich text) for each note separately with custom tags. | Benji300 [🏠](https://github.com/uphy/joplin-plantuml-plugin) | PlantUML | 0.0.1 | Markdown extension plugin to render PlantUML diagrams. | uphy [🏠](https://discourse.joplinapp.org/t/quick-links-plugin/14214) | Quick Links | 1.2.1 | Create links to other notes | Roman Musin diff --git a/manifests.json b/manifests.json index 97f5ea8..3c75e6f 100644 --- a/manifests.json +++ b/manifests.json @@ -171,13 +171,13 @@ "manifest_version": 1, "id": "outline", "app_min_version": "1.6.7", - "version": "1.2.0", + "version": "1.2.1", "name": "Outline", "description": "Outline sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:1b8c841334954c55ee5695cd9f0f6df17091aed37c6c48fe612d75558e75a87c", - "_publish_commit": "main:d6c19c73b61fba2e99fdc7336fdda3b23ac4ee97", + "_publish_hash": "sha256:d94bd23a4b545a57d260ec940ca551eee01ebc1fa0a4708823fd1c858c58c06c", + "_publish_commit": "main:0279f01a85a7425572575d025f73334dc1f11300", "_npm_package_name": "joplin-plugin-outline" }, "plugin.calebjohn.MathMode": { diff --git a/plugins/outline/manifest.json b/plugins/outline/manifest.json index 2e72aab..1c5e108 100644 --- a/plugins/outline/manifest.json +++ b/plugins/outline/manifest.json @@ -2,12 +2,12 @@ "manifest_version": 1, "id": "outline", "app_min_version": "1.6.7", - "version": "1.2.0", + "version": "1.2.1", "name": "Outline", "description": "Outline sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:1b8c841334954c55ee5695cd9f0f6df17091aed37c6c48fe612d75558e75a87c", - "_publish_commit": "main:d6c19c73b61fba2e99fdc7336fdda3b23ac4ee97", + "_publish_hash": "sha256:d94bd23a4b545a57d260ec940ca551eee01ebc1fa0a4708823fd1c858c58c06c", + "_publish_commit": "main:0279f01a85a7425572575d025f73334dc1f11300", "_npm_package_name": "joplin-plugin-outline" } \ No newline at end of file diff --git a/plugins/outline/plugin.jpl b/plugins/outline/plugin.jpl index e1c051b..aa6578d 100644 Binary files a/plugins/outline/plugin.jpl and b/plugins/outline/plugin.jpl differ