diff --git a/README.md b/README.md index dd9c46b..9129398 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ This repository contains the following plugins: [🏠](https://github.com/JackGruber/joplin-plugin-note-overview/blob/master/README.md) | Note overview | 1.4.0 | 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.1.8 | Outline sidebar plugin for joplin. | cqroot +[🏠](https://github.com/cqroot/joplin-outline) | Outline | 1.2.0 | 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 bc6c1b6..7c91916 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.8", + "version": "1.2.0", "name": "Outline", "description": "Outline sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:12edc8158dd45082cec62b2aab7a7ec21a1e707cb275388b8cc8c97df847ed03", - "_publish_commit": "main:5baaf8662f74e45e0871a7928cd85f92dbe18487", + "_publish_hash": "sha256:1b8c841334954c55ee5695cd9f0f6df17091aed37c6c48fe612d75558e75a87c", + "_publish_commit": "main:d6c19c73b61fba2e99fdc7336fdda3b23ac4ee97", "_npm_package_name": "joplin-plugin-outline" }, "plugin.calebjohn.MathMode": { diff --git a/plugins/outline/manifest.json b/plugins/outline/manifest.json index d33e94d..2e72aab 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.8", + "version": "1.2.0", "name": "Outline", "description": "Outline sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:12edc8158dd45082cec62b2aab7a7ec21a1e707cb275388b8cc8c97df847ed03", - "_publish_commit": "main:5baaf8662f74e45e0871a7928cd85f92dbe18487", + "_publish_hash": "sha256:1b8c841334954c55ee5695cd9f0f6df17091aed37c6c48fe612d75558e75a87c", + "_publish_commit": "main:d6c19c73b61fba2e99fdc7336fdda3b23ac4ee97", "_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 c04964b..e1c051b 100644 Binary files a/plugins/outline/plugin.jpl and b/plugins/outline/plugin.jpl differ