diff --git a/README.md b/README.md index 895a9e0..3497fc4 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ This repository contains the following plugins: | [🏠](https://github.com/joplin/plugin-templates) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.templates/plugin.jpl) | Templates | 2.3.0 | This plugin allows you to create and use templates in Joplin. | Nishant Mittal | | [🏠](https://github.com/sadmice/Joplin-Plugin-Text-Colorize) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/sadmice.TextColorize/plugin.jpl) | Text Colorize | 1.2.1 | Easily apply color to text. | Sadmice | | [🏠](https://github.com/aranajuan/joplin-plugin-timetagger) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.jpa.joplin.timetagger/plugin.jpl) | TimeTagger Plugin | 1.1.0 | Time tracking with Joplin and TimeTagger | Juan Arana | -| [🏠](https://github.com/Winbee/joplin-turn-to-chart) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.gagnepain.turnToChart/plugin.jpl) | turnToChart | 1.8.0 | Transform markdown table into d3js chart | Samuel Gagnepain | +| [🏠](https://github.com/Winbee/joplin-turn-to-chart) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.gagnepain.turnToChart/plugin.jpl) | turnToChart | 1.8.1 | Transform markdown table into d3js chart | Samuel Gagnepain | | [🏠](https://github.com/joplin/plugin-victor#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.Victor/plugin.jpl) | Victor | 1.0.0 | Victor can be used to clear all your data - notes, notebooks, attachments, tags, etc. Convenient to start over. | Laurent Cozic | | [🏠](https://discourse.joplinapp.org/t/joplin-white-theme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.BeatLink.joplin-plugin-white-theme/plugin.jpl) | White Theme | 1.2.5 | A white theme for joplin | BeatLink | diff --git a/manifests.json b/manifests.json index 66ad617..ec077af 100644 --- a/manifests.json +++ b/manifests.json @@ -1291,7 +1291,7 @@ "manifest_version": 1, "id": "net.gagnepain.turnToChart", "app_min_version": "2.8", - "version": "1.8.0", + "version": "1.8.1", "name": "turnToChart", "description": "Transform markdown table into d3js chart", "author": "Samuel Gagnepain", @@ -1305,8 +1305,8 @@ "ui" ], "categories": [], - "_publish_hash": "sha256:9612c2a58950af10fde378906e400688506e51e5e961ffea2d98e3a2cad3b344", - "_publish_commit": "bump-package:848d75a863f3b453542b4c5d993da09458af8e90", + "_publish_hash": "sha256:c7596f6372e142d236944aff922ab1892ca304d46399b6fbb7aab852e766728c", + "_publish_commit": "master:1e1f60c67b942d82a2df0f816ce9f32a50fc2444", "_npm_package_name": "joplin-plugin-turn-to-chart" }, "com.hieuthi.joplin.copy-anchor-link": { diff --git a/plugins/net.gagnepain.turnToChart/manifest.json b/plugins/net.gagnepain.turnToChart/manifest.json index 9cb1ec2..c11020b 100644 --- a/plugins/net.gagnepain.turnToChart/manifest.json +++ b/plugins/net.gagnepain.turnToChart/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "net.gagnepain.turnToChart", "app_min_version": "2.8", - "version": "1.8.0", + "version": "1.8.1", "name": "turnToChart", "description": "Transform markdown table into d3js chart", "author": "Samuel Gagnepain", @@ -16,7 +16,7 @@ "ui" ], "categories": [], - "_publish_hash": "sha256:9612c2a58950af10fde378906e400688506e51e5e961ffea2d98e3a2cad3b344", - "_publish_commit": "bump-package:848d75a863f3b453542b4c5d993da09458af8e90", + "_publish_hash": "sha256:c7596f6372e142d236944aff922ab1892ca304d46399b6fbb7aab852e766728c", + "_publish_commit": "master:1e1f60c67b942d82a2df0f816ce9f32a50fc2444", "_npm_package_name": "joplin-plugin-turn-to-chart" } \ No newline at end of file diff --git a/plugins/net.gagnepain.turnToChart/plugin.jpl b/plugins/net.gagnepain.turnToChart/plugin.jpl index 3ee1faa..596258e 100644 Binary files a/plugins/net.gagnepain.turnToChart/plugin.jpl and b/plugins/net.gagnepain.turnToChart/plugin.jpl differ