Skip to content

Commit

Permalink
Version 0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
teamdandelion committed Jul 10, 2014
1 parent f700687 commit b80571a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2",
"version": "0.20.3",
"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.2",
"version": "0.20.3",
"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 @@ -1609,7 +1609,7 @@ declare module Plottable {
/**
* Sets a new tick formatter.
*
* @param {Abstract.Formatter} formatter
* @param {function | Abstract.Formatter} formatter
* @returns {Abstract.Axis} The calling Axis.
*/
public formatter(formatter: any): Axis;
Expand Down

0 comments on commit b80571a

Please sign in to comment.