Skip to content

Commit

Permalink
Release version 0.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Lan committed May 30, 2014
1 parent 9498f87 commit a52ede3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 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 library for creating charts out of D3",
"version": "0.13.6",
"version": "0.13.7",
"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,6 +1,6 @@
{
"name": "plottable.js",
"version": "0.13.6",
"version": "0.13.7",
"description": "Build flexible, performant, interactive charts using D3",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plottable.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
Plottable 0.13.6 (https://github.com/palantir/plottable)
Plottable 0.13.7 (https://github.com/palantir/plottable)
Copyright 2014 Palantir Technologies
Licensed under MIT (https://github.com/palantir/plottable/blob/master/LICENSE)
*/
Expand Down
5 changes: 3 additions & 2 deletions plottable.min.js

Large diffs are not rendered by default.

Binary file modified plottable.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ describe("BaseAxis", function () {

it("tickLabelPadding()", function () {
var scale = new Plottable.LinearScale();
var baseAxis = new Plottable.BaseAxis(scale, "blargh");
var baseAxis = new Plottable.BaseAxis(scale, "bottom");

assert.throws(function () {
return baseAxis.tickLabelPadding(-1);
Expand Down

0 comments on commit a52ede3

Please sign in to comment.