diff --git a/README.md b/README.md index db96a71..c1a2eb1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This repository contains the following plugins: [🏠](https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSidebars) | Note list and side bar toggle buttons | 1.0.2 | Adds buttons to toggle note list and sidebar | Laurent Cozic [🏠](https://github.com/JackGruber/joplin-plugin-note-overview) | Note overview | 1.0.0 | 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.1.1 | Allows to open several notes at once in tabs and pin them. (v1.1.1) | Benji300 -[🏠](https://github.com/cqroot/joplin-outline) | outline | 1.0.8 | Outline sidebar plugin for joplin. | cqroot +[🏠](https://github.com/cqroot/joplin-outline) | Outline | 1.0.10 | Outline sidebar plugin for joplin. | cqroot [🏠](https://github.com/cqroot/joplin-outline) | outline | 1.0.9 | Outline sidebar plugin for joplin. | cqroot [🏠](https://github.com/JackGruber/joplin-plugin-backup) | Simple Backup | 0.3.0 | Plugin to create manual and automatic backups | JackGruber diff --git a/manifests.json b/manifests.json index b20fef5..953b4f2 100644 --- a/manifests.json +++ b/manifests.json @@ -128,13 +128,13 @@ "manifest_version": 1, "id": "outline", "app_min_version": "1.6.7", - "version": "1.0.8", - "name": "outline", + "version": "1.0.10", + "name": "Outline", "description": "Outline sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:305ca6a1bd72ac58c322caf72ab8efb6e846a2a3495d20d8474b2d9888eeba9f", - "_publish_commit": "main:951989f1046d85143409b891c718ac003ce9e614", + "_publish_hash": "sha256:b2391a9bd45c9605e354a244b320c02c6058919fb35365abb9a0c471e5ce4eb8", + "_publish_commit": "main:24f7d8a3c3c6d715778fccf48cb73df05ca71d2a", "_npm_package_name": "joplin-plugin-outline" }, "Outline": { diff --git a/plugins/outline/manifest.json b/plugins/outline/manifest.json index e71d064..fbd734f 100644 --- a/plugins/outline/manifest.json +++ b/plugins/outline/manifest.json @@ -1,13 +1,13 @@ { "manifest_version": 1, - "id": "Outline", + "id": "outline", "app_min_version": "1.6.7", - "version": "1.0.9", - "name": "outline", + "version": "1.0.10", + "name": "Outline", "description": "Outline sidebar plugin for joplin.", "author": "cqroot", "homepage_url": "https://github.com/cqroot/joplin-outline", - "_publish_hash": "sha256:fb1b2803a08ae0e53b61e19ac18487e558878f3696abb8be509e5ebface0a0c7", + "_publish_hash": "sha256:b2391a9bd45c9605e354a244b320c02c6058919fb35365abb9a0c471e5ce4eb8", "_publish_commit": "main:24f7d8a3c3c6d715778fccf48cb73df05ca71d2a", "_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 0597fec..5f1b5ef 100644 Binary files a/plugins/outline/plugin.jpl and b/plugins/outline/plugin.jpl differ