Skip to content

Commit

Permalink
Version bump to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed May 15, 2017
1 parent 78f0116 commit f68f5e1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.2.4 [unreleased]
## 2.2.4

- Added multiple series stacked and grouped charts - *Chart.js and Highcharts*
- Fixed `refreshData` after `updateData`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ data = [
new Chartkick.LineChart("chart-1", data)
```

Multiple series stacked and grouped - *Chart.js 2.5+ or Highcharts* [master]
Multiple series stacked and grouped - *Chart.js 2.5+ or Highcharts*

```javascript
data = [
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": "chartkick",
"version": "2.2.3",
"version": "2.2.4",
"main": "chartkick.js",
"ignore": [
"**/.*"
Expand Down
2 changes: 1 addition & 1 deletion chartkick.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Chartkick.js
* Create beautiful charts with one line of JavaScript
* https://github.com/ankane/chartkick.js
* v2.2.3
* v2.2.4
* MIT License
*/

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chartkick",
"version": "2.2.3",
"version": "2.2.4",
"homepage": "https://github.com/ankane/chartkick.js",
"description": "Create beautiful charts with one line of JavaScript",
"main": "chartkick.js",
Expand Down

0 comments on commit f68f5e1

Please sign in to comment.