We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3082081 commit b83cebdCopy full SHA for b83cebd
2 files changed
examples/charts.html
@@ -95,7 +95,7 @@ <h1>
95
<p>
96
<a class="btn btn-default btn-lg" href="https://github.com/jtblin/angular-chart"><i class="icon-github"></i>Code on Github</a>
97
<a class="btn btn-success btn-lg" href="../dist/angular-chart.js.tar.gz" download="angular-chart.js.tar.gz">
98
- <i class="fa fa-download"></i> Download <small>(2.0.0)</small>
+ <i class="fa fa-download"></i> Download <small>(2.0.2)</small>
99
</a>
100
</p>
101
</div>
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angular-chart.js",
3
- "version": "2.0.1",
+ "version": "2.0.2",
4
"description": "An angular.js wrapper for Chart.js",
5
"homepage": "http://jtblin.github.io/angular-chart.js/",
6
"main": "dist/angular-chart.js",
0 commit comments