Skip to content

Commit

Permalink
Bump version number to 1.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Feb 9, 2014
1 parent 69a5227 commit f408b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "smoothie",
"version": "1.20.0",
"version": "1.21.0",
"description": "Smoothie Charts: smooooooth JavaScript charts for realtime streaming data",
"main": "./smoothie.js",
"directories": {
Expand Down
1 change: 1 addition & 0 deletions smoothie.js
Expand Up @@ -62,6 +62,7 @@
* Allow drawing series with fill but no stroke (line), by @drewnoakes
* v1.19: Avoid unnecessary repaints, and fixed flicker in old browsers having multiple charts in document (#40), by @asbai
* v1.20: Add SmoothieChart.getTimeSeriesOptions and SmoothieChart.bringToFront functions, by @drewnoakes
* v1.21: Add 'step' interpolation mode, by @drewnoakes
*/

;(function(exports) {
Expand Down

0 comments on commit f408b87

Please sign in to comment.