Skip to content

Commit

Permalink
Merge pull request #2544 from palantir/r1.5.1
Browse files Browse the repository at this point in the history
Release version 1.5.1 (--> master)
  • Loading branch information
jtlan committed Aug 3, 2015
2 parents af44c59 + aa5b8bf commit 8bb052e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plottable",
"description": "A modular charting library",
"version": "1.5.0",
"version": "1.5.1",
"main": ["plottable.js", "plottable.css"],
"license": "MIT",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plottable.js",
"description": "A library for creating charts out of D3",
"version": "1.5.0",
"version": "1.5.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions plottable.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
Plottable 1.5.0 (https://github.com/palantir/plottable)
Plottable 1.5.1 (https://github.com/palantir/plottable)
Copyright 2014-2015 Palantir Technologies
Licensed under MIT (https://github.com/palantir/plottable/blob/master/LICENSE)
*/
Expand Down Expand Up @@ -900,7 +900,7 @@ var Plottable;
///<reference path="../reference.ts" />
var Plottable;
(function (Plottable) {
Plottable.version = "1.5.0";
Plottable.version = "1.5.1";
})(Plottable || (Plottable = {}));

///<reference path="../reference.ts" />
Expand Down
10 changes: 5 additions & 5 deletions plottable.min.js

Large diffs are not rendered by default.

Binary file modified plottable.zip
Binary file not shown.

0 comments on commit 8bb052e

Please sign in to comment.