diff --git a/bower.json b/bower.json index 8ee1146de..f26f81eef 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "Chart.js", - "version": "1.0.1", + "version": "1.0.2", "description": "Simple HTML5 Charts using the canvas element", "homepage": "https://github.com/nnnick/Chart.js", "author": "nnnick", @@ -8,4 +8,4 @@ "Chart.js" ], "dependencies": {} -} +} \ No newline at end of file diff --git a/package.json b/package.json index 9c13183f6..9ac4a0e71 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "chart.js", "homepage": "http://www.chartjs.org", "description": "Simple HTML5 charts using the canvas element.", - "version": "1.0.1", + "version": "1.0.2", "main": "Chart.js", "repository": { "type": "git", @@ -25,4 +25,4 @@ "spm": { "main": "Chart.js" } -} +} \ No newline at end of file