diff --git a/README.md b/README.md index 8f9076f..18a449c 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ This repository contains the following plugins: | [🏠](https://github.com/JackGruber/joplin-plugin-tagging/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.copytags/plugin.jpl) | Tagging | 1.0.1 | Plugin to extend the Joplin tagging menu with a coppy all tags and a tagging dialog with more control. (Formerly Copy Tags). | JackGruber | | [🏠](https://github.com/forcewake/joplin-tags-generator) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.forcewake.tags-generator/plugin.jpl) | Tags Generator | 1.0.0 | Plugin for Joplin which can be used to extract keywords from note and assign them as a note's tags | forcewake | | [🏠](https://github.com/joplin/plugin-templates) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.templates/plugin.jpl) | Templates | 2.2.0 | This plugin allows you to create and use templates in Joplin. | Nishant Mittal | -| [🏠](https://github.com/Winbee/joplin-turn-to-chart) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.gagnepain.turnToChart/plugin.jpl) | turnToChart | 1.3.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.4.0 | Transform markdown table into d3js chart | Samuel Gagnepain | | [🏠](https://discourse.joplinapp.org/t/untagged/16680) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.BeatLink.joplin-plugin-untagged/plugin.jpl) | Untagged | 2.2.0 | This is a joplin plugin to find notes and todos without a tag. | BeatLink | | [🏠](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 | 0.0.7 | A white theme for joplin | BeatLink | diff --git a/manifests.json b/manifests.json index 0026ba3..46fb4ff 100644 --- a/manifests.json +++ b/manifests.json @@ -1306,7 +1306,7 @@ "manifest_version": 1, "id": "net.gagnepain.turnToChart", "app_min_version": "1.8", - "version": "1.3.0", + "version": "1.4.0", "name": "turnToChart", "description": "Transform markdown table into d3js chart", "author": "Samuel Gagnepain", @@ -1319,8 +1319,8 @@ "chart", "ui" ], - "_publish_hash": "sha256:ecf21c6e193f088ffe1129cf6a79d1d611617c227372e0f145b7de448bf54142", - "_publish_commit": "master:b94bed0e4e9e5cc98a93ec52ea60946c771c4c8b", + "_publish_hash": "sha256:e7a44e889b5a082c38162ae2e52b9a2f50f00ce93d71a850f0fa88f5e470ce66", + "_publish_commit": "master:90065a84fa8e542740177d9a8bef8dd1f202fbd7", "_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 c8f46de..5cd5923 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": "1.8", - "version": "1.3.0", + "version": "1.4.0", "name": "turnToChart", "description": "Transform markdown table into d3js chart", "author": "Samuel Gagnepain", @@ -15,7 +15,7 @@ "chart", "ui" ], - "_publish_hash": "sha256:ecf21c6e193f088ffe1129cf6a79d1d611617c227372e0f145b7de448bf54142", - "_publish_commit": "master:b94bed0e4e9e5cc98a93ec52ea60946c771c4c8b", + "_publish_hash": "sha256:e7a44e889b5a082c38162ae2e52b9a2f50f00ce93d71a850f0fa88f5e470ce66", + "_publish_commit": "master:90065a84fa8e542740177d9a8bef8dd1f202fbd7", "_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 01bb9b1..dabdd80 100644 Binary files a/plugins/net.gagnepain.turnToChart/plugin.jpl and b/plugins/net.gagnepain.turnToChart/plugin.jpl differ