diff --git a/README.md b/README.md index 862db16..b1e2543 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ This repository contains the following plugins: | [🏠](https://github.com/marc0l92/joplin-plugin-plantUML#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-plantUML/plugin.jpl) | PlantUML2 | 1.11.0 | Render PlantUML diagram inside your Joplin notes. | marc0l92 | | [🏠](https://github.com/SeptemberHX/joplin-plugin-bundle.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.septemberhx.pluginBundle/plugin.jpl) | Plugin Bundle | 0.5.5 | Table of Contents, Inline Todos, Daily Notes, and History aggregated in one panel with more eye-candy UI design. | SeptemberHX | | [🏠](https://github.com/yangby/joplin-plugin-pseudocode-support) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.yangby.joplin.plugins.pseudocode-support/plugin.jpl) | Pseudocode Support | 0.1.0 | Typesets pseudocode beautifully in Joplin. | YangBy <yby@yangby.org> | -| [🏠](https://github.com/danielb2/joplin-publish) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.otherware.joplin-publish/plugin.jpl) | Publish to Web | 1.0.6 | Publish/Share notes to the web using github gist. Allows for easy sharing of individual notes. Readers can comment using the gist systems | Daniel Bretoi | +| [🏠](https://github.com/danielb2/joplin-publish) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.otherware.joplin-publish/plugin.jpl) | Publish to Web | 1.1.0 | Publish/Share notes to the web using github gist. Allows for easy sharing of individual notes. Readers can comment using the gist systems | Daniel Bretoi | | [🏠](https://github.com/hieuthi/joplin-plugin-quick-goto) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.quick-goto/plugin.jpl) | Quick Goto | 1.2.0 | Switch to designated notes using keyboard shortcuts | Hieu-Thi Luong | | [🏠](https://github.com/martinkorelic/joplin-plugin-quick-html-tags) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.quick.html.tags/plugin.jpl) | Quick HTML tags | 0.2.0 | Create quick HTML tags. | Martin Korelič | | [🏠](https://discourse.joplinapp.org/t/quick-links-plugin/14214) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.whatever.quick-links/plugin.jpl) | Quick Links | 1.2.4 | Create links to other notes | Roman Musin | diff --git a/manifests.json b/manifests.json index 00069ec..781be40 100644 --- a/manifests.json +++ b/manifests.json @@ -2744,7 +2744,7 @@ "manifest_version": 1, "id": "org.otherware.joplin-publish", "app_min_version": "2.8", - "version": "1.0.6", + "version": "1.1.0", "name": "Publish to Web", "description": "Publish/Share notes to the web using github gist. Allows for easy sharing of individual notes. Readers can comment using the gist systems", "author": "Daniel Bretoi", @@ -2756,8 +2756,8 @@ "share" ], "categories": [], - "_publish_hash": "sha256:73a1ebc26c155c1a1f4fc6b34b505c592a98a4c1cc2f2c6882705874becaab3a", - "_publish_commit": "master:16ec6aa0b854b4340c883bc9b354922291124387", + "_publish_hash": "sha256:b8c7bc6fc49a4a0d05c8829db27b0f4508c591ea1f406a01d69982c40f8b6fa4", + "_publish_commit": "master:4a07e368f84929ae31224d55da3f2115d5f1160a", "_npm_package_name": "joplin-plugin-publish" }, "github.hegerdes.joplin_remote_note_pull": { diff --git a/plugins/org.otherware.joplin-publish/manifest.json b/plugins/org.otherware.joplin-publish/manifest.json index d4c86ee..4ba6f20 100644 --- a/plugins/org.otherware.joplin-publish/manifest.json +++ b/plugins/org.otherware.joplin-publish/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "org.otherware.joplin-publish", "app_min_version": "2.8", - "version": "1.0.6", + "version": "1.1.0", "name": "Publish to Web", "description": "Publish/Share notes to the web using github gist. Allows for easy sharing of individual notes. Readers can comment using the gist systems", "author": "Daniel Bretoi", @@ -14,7 +14,7 @@ "share" ], "categories": [], - "_publish_hash": "sha256:73a1ebc26c155c1a1f4fc6b34b505c592a98a4c1cc2f2c6882705874becaab3a", - "_publish_commit": "master:16ec6aa0b854b4340c883bc9b354922291124387", + "_publish_hash": "sha256:b8c7bc6fc49a4a0d05c8829db27b0f4508c591ea1f406a01d69982c40f8b6fa4", + "_publish_commit": "master:4a07e368f84929ae31224d55da3f2115d5f1160a", "_npm_package_name": "joplin-plugin-publish" } \ No newline at end of file diff --git a/plugins/org.otherware.joplin-publish/plugin.jpl b/plugins/org.otherware.joplin-publish/plugin.jpl index 91ce628..578026a 100644 Binary files a/plugins/org.otherware.joplin-publish/plugin.jpl and b/plugins/org.otherware.joplin-publish/plugin.jpl differ