diff --git a/README.md b/README.md index 07b1543..8841b54 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This repository contains the following plugins: [🏠](https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSidebars) | Note list and sidebar toggle buttons | 1.0.3 | Adds buttons to toggle note list and sidebar | Laurent Cozic [🏠](https://github.com/JackGruber/joplin-plugin-note-overview/blob/master/README.md) | Note overview | 1.3.3 | A note overview is created based on the defined search and the specified fields. | JackGruber [🏠](https://github.com/benji300/joplin-note-tabs) | Note Tabs | 1.2.1 | Allows to open several notes at once in tabs and pin them. | Benji300 -[🏠](https://github.com/cqroot/joplin-outline) | Outline | 1.1.5 | Outline sidebar plugin for joplin. | cqroot +[🏠](https://github.com/cqroot/joplin-outline) | Outline | 1.1.6 | Outline sidebar plugin for joplin. | cqroot [🏠](https://github.com/benji300/joplin-persistent-layout) | Persistent Editor Layout | 1.1.2 | Save the editor layout (editor/split view/viewer/rich text) for each note separately with special tags. | Benji300 [🏠](https://discourse.joplinapp.org/t/quick-links-plugin/14214) | Quick Links | 1.1.1 | Create links to other notes | Roman Musin [🏠](https://github.com/roman-r-m/joplin-plugin-resource-search) | Resource Search Plugin | 0.1.1 | Search in Attached Resources | Roman Musin diff --git a/manifests.json b/manifests.json index 20831ec..43088bb 100644 --- a/manifests.json +++ b/manifests.json @@ -167,13 +167,13 @@ "manifest_version": 1, "id": "outline", "app_min_version": "1.6.7", - "version": "1.1.5", + "version": "1.1.6", "name": "Outline", "description": "Outline sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:21942c2b11a1c60530a3468ee342a22814d51236b5d175f054621b887ebaaa22", - "_publish_commit": "main:e41008984ebb6712c8792d75d5bc985fb8857d11", + "_publish_hash": "sha256:da292e6d015fab0e60f51d9a6976207bcc9592b9f491e55861b393966a30449f", + "_publish_commit": "main:0cbee8546288fbac5770e2ce8d9b5bca4f5ce4af", "_npm_package_name": "joplin-plugin-outline" }, "plugin.calebjohn.MathMode": { diff --git a/plugins/outline/manifest.json b/plugins/outline/manifest.json index 451fed4..a9e5cf5 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.1.5", + "version": "1.1.6", "name": "Outline", "description": "Outline sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:21942c2b11a1c60530a3468ee342a22814d51236b5d175f054621b887ebaaa22", - "_publish_commit": "main:e41008984ebb6712c8792d75d5bc985fb8857d11", + "_publish_hash": "sha256:da292e6d015fab0e60f51d9a6976207bcc9592b9f491e55861b393966a30449f", + "_publish_commit": "main:0cbee8546288fbac5770e2ce8d9b5bca4f5ce4af", "_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 ddfcc37..43ddf5b 100644 Binary files a/plugins/outline/plugin.jpl and b/plugins/outline/plugin.jpl differ