Skip to content

Commit e36001d

Browse files
committed
Release version 2.2.0
1 parent 317e2a1 commit e36001d

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "plottable",
33
"description": "A modular charting library built on D3",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"main": [
66
"plottable.js",
77
"plottable.css"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "plottable",
33
"description": "A modular charting library built on D3",
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

plottable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Plottable 2.1.0 (https://github.com/palantir/plottable)
2+
Plottable 2.2.0 (https://github.com/palantir/plottable)
33
Copyright 2014-2015 Palantir Technologies
44
Licensed under MIT (https://github.com/palantir/plottable/blob/master/LICENSE)
55
*/
@@ -887,7 +887,7 @@ var Plottable;
887887
})(Plottable || (Plottable = {}));
888888
var Plottable;
889889
(function (Plottable) {
890-
Plottable.version = "2.1.0";
890+
Plottable.version = "2.2.0";
891891
})(Plottable || (Plottable = {}));
892892
var Plottable;
893893
(function (Plottable) {

plottable.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plottable.zip

26 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)