diff --git a/README.md b/README.md index 631fc1e..d4e759f 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.0 | Allows to open several notes at once in tabs and pin them. | Benji300 -[🏠](https://github.com/cqroot/joplin-outline) | Outline | 1.1.4 | Outline sidebar plugin for joplin. | cqroot +[🏠](https://github.com/cqroot/joplin-outline) | Outline | 1.1.5 | 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 98e0c2d..218ad0d 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.4", + "version": "1.1.5", "name": "Outline", "description": "Outline sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:ac32b401fef7fff5a3beaae70fcb3d6f36535f1df53eea299f0a6281195f8ba8", - "_publish_commit": "main:5ae36b0d7bf96874db0b62b3f20fc2c7dac1575b", + "_publish_hash": "sha256:21942c2b11a1c60530a3468ee342a22814d51236b5d175f054621b887ebaaa22", + "_publish_commit": "main:e41008984ebb6712c8792d75d5bc985fb8857d11", "_npm_package_name": "joplin-plugin-outline" }, "plugin.calebjohn.MathMode": { diff --git a/plugins/outline/manifest.json b/plugins/outline/manifest.json index 0cc235f..451fed4 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.4", + "version": "1.1.5", "name": "Outline", "description": "Outline sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:ac32b401fef7fff5a3beaae70fcb3d6f36535f1df53eea299f0a6281195f8ba8", - "_publish_commit": "main:5ae36b0d7bf96874db0b62b3f20fc2c7dac1575b", + "_publish_hash": "sha256:21942c2b11a1c60530a3468ee342a22814d51236b5d175f054621b887ebaaa22", + "_publish_commit": "main:e41008984ebb6712c8792d75d5bc985fb8857d11", "_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 ed0df00..ddfcc37 100644 Binary files a/plugins/outline/plugin.jpl and b/plugins/outline/plugin.jpl differ