From: Evert Timberg Date: Thu, 16 Jan 2020 12:20:16 +0000 (-0500) Subject: Set the version to v3.0.0-dev for dev builds (#6965) X-Git-Tag: v3.0.0-alpha~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aae841a62455d0c28f71ed4c430a5fb1185b8734;p=thirdparty%2FChart.js.git Set the version to v3.0.0-dev for dev builds (#6965) --- diff --git a/package.json b/package.json index 7ee40ea36..2e03fc657 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "chart.js", "homepage": "https://www.chartjs.org", "description": "Simple HTML5 charts using the canvas element.", - "version": "2.9.1", + "version": "3.0.0-dev", "license": "MIT", "jsdelivr": "dist/Chart.min.js", "unpkg": "dist/Chart.min.js",