Skip to content

Commit

Permalink
prepare release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mirabilos committed Jan 25, 2023
1 parent d14ab46 commit 19e8261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dygraphs",
"version": "2.1.3-alpha.0",
"version": "2.2.0",
"description": "dygraphs is a fast, flexible open source JavaScript charting library.",
"main": "index.es5",
"module": "index",
Expand Down
2 changes: 1 addition & 1 deletion src/dygraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ var Dygraph = function(div, data, opts) {
};

Dygraph.NAME = "Dygraph";
Dygraph.VERSION = "2.1.3-alpha.0";
Dygraph.VERSION = "2.2.0";

// Various default values
Dygraph.DEFAULT_ROLL_PERIOD = 1;
Expand Down

0 comments on commit 19e8261

Please sign in to comment.