Skip to content

Commit

Permalink
Release version 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
teamdandelion committed Jul 10, 2014
1 parent 7feca08 commit a30f733
Show file tree
Hide file tree
Showing 6 changed files with 6 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.20.1",
"version": "0.20.2",
"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.20.1",
"version": "0.20.2",
"description": "Build flexible, performant, interactive charts using D3",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plottable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1676,7 +1676,7 @@ declare module Plottable {
* @param {string} orientation The orientation of the QuantitiveScale (top/bottom/left/right)
* @param {Formatter} [formatter] A function to format tick labels.
*/
constructor(scale: Abstract.QuantitiveScale, orientation: string, formatter?: Abstract.Formatter);
constructor(scale: Abstract.QuantitiveScale, orientation: string, formatter?: any);
/**
* Gets the tick label position relative to the tick marks.
*
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 0.20.1 (https://github.com/palantir/plottable)
Plottable 0.20.2 (https://github.com/palantir/plottable)
Copyright 2014 Palantir Technologies
Licensed under MIT (https://github.com/palantir/plottable/blob/master/LICENSE)
*/
Expand Down Expand Up @@ -1465,7 +1465,7 @@ var Plottable;
///<reference path="../reference.ts" />
var Plottable;
(function (Plottable) {
Plottable.version = "0.20.1";
Plottable.version = "0.20.2";
})(Plottable || (Plottable = {}));

///<reference path="../reference.ts" />
Expand Down
2 changes: 1 addition & 1 deletion plottable.min.js

Large diffs are not rendered by default.

Binary file modified plottable.zip
Binary file not shown.

0 comments on commit a30f733

Please sign in to comment.