Skip to content

Commit

Permalink
Merge pull request chartjs#2760 from chartjs/2.1.5_release
Browse files Browse the repository at this point in the history
Bump version to 2.1.5 and build
  • Loading branch information
etimberg authored Jun 12, 2016
2 parents 16a6555 + 3d03e36 commit 44e4004
Show file tree
Hide file tree
Showing 7 changed files with 4,327 additions and 3,658 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To install via npm / bower:
npm install chart.js --save
bower install Chart.js --save
```
CDN: https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.1.4/Chart.min.js
CDN: https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.1.5/Chart.min.js

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Chart.js",
"version": "2.1.4",
"version": "2.1.5",
"description": "Simple HTML5 Charts using the canvas element",
"homepage": "https://github.com/chartjs/Chart.js",
"author": "nnnick",
Expand Down
Loading

0 comments on commit 44e4004

Please sign in to comment.