diff --git a/README.md b/README.md index 6c5b8c0..a14622d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,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.1 | Outline sidebar plugin for joplin. | cqroot +[🏠](https://github.com/cqroot/joplin-outline) | Outline | 1.1.2 | 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.0 | Search in Attached Resources | Roman Musin diff --git a/manifests.json b/manifests.json index 357bfce..bd42ac9 100644 --- a/manifests.json +++ b/manifests.json @@ -153,13 +153,13 @@ "manifest_version": 1, "id": "outline", "app_min_version": "1.6.7", - "version": "1.1.1", + "version": "1.1.2", "name": "Outline", "description": "Outline sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:dc5acdfa9e7bdba5f890a231f343bf19de3f395632c327dbf1daa578ec77e597", - "_publish_commit": "main:06c87be0d1cfa590f20b164418e5ddee9e07d06d", + "_publish_hash": "sha256:be4343825bff73159e112e928b3456f00aa1aba68ca0290e2e9253e7cfd705ed", + "_publish_commit": "main:eeccb2b38a57cc4bafa27a05abf2b5566bb0b9dd", "_npm_package_name": "joplin-plugin-outline" }, "plugin.calebjohn.MathMode": { diff --git a/plugins/outline/manifest.json b/plugins/outline/manifest.json index e8d9b43..26d5678 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.1", + "version": "1.1.2", "name": "Outline", "description": "Outline sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:dc5acdfa9e7bdba5f890a231f343bf19de3f395632c327dbf1daa578ec77e597", - "_publish_commit": "main:06c87be0d1cfa590f20b164418e5ddee9e07d06d", + "_publish_hash": "sha256:be4343825bff73159e112e928b3456f00aa1aba68ca0290e2e9253e7cfd705ed", + "_publish_commit": "main:eeccb2b38a57cc4bafa27a05abf2b5566bb0b9dd", "_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 282a063..8c9471c 100644 Binary files a/plugins/outline/plugin.jpl and b/plugins/outline/plugin.jpl differ