diff --git a/bower.json b/bower.json index 68ae62f1b9..d319301978 100644 --- a/bower.json +++ b/bower.json @@ -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": [ diff --git a/package.json b/package.json index 16b54f3684..a325b44573 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/plottable.d.ts b/plottable.d.ts index d095b85605..0af361773c 100644 --- a/plottable.d.ts +++ b/plottable.d.ts @@ -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;