Skip to content

Commit 42d5984

Browse files
committed
Merge pull request #1908 from palantir/releaseVersionFix
Release version fix
2 parents 80e60cb + 8e53d53 commit 42d5984

File tree

5 files changed

+13
-11
lines changed

5 files changed

+13
-11
lines changed

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 library for creating charts out of D3",
4-
"version": "0.55.0",
4+
"version": "0.54.0",
55
"main": ["plottable.js", "plottable.css"],
66
"license": "MIT",
77
"ignore": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "plottable.js",
33
"description": "A library for creating charts out of D3",
4-
"version": "0.55.0",
4+
"version": "0.54.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/palantir/plottable.git"

plottable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
Plottable 0.55.0 (https://github.com/palantir/plottable)
2+
Plottable 0.54.0 (https://github.com/palantir/plottable)
33
Copyright 2014 Palantir Technologies
44
Licensed under MIT (https://github.com/palantir/plottable/blob/master/LICENSE)
55
*/
@@ -1026,7 +1026,7 @@ var Plottable;
10261026
///<reference path="../reference.ts" />
10271027
var Plottable;
10281028
(function (Plottable) {
1029-
Plottable.version = "0.55.0";
1029+
Plottable.version = "0.54.0";
10301030
})(Plottable || (Plottable = {}));
10311031

10321032
///<reference path="../reference.ts" />

plottable.min.js

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

plottable.zip

-54 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)