Skip to content

Commit

Permalink
Prepare release v3.0.0-beta.3 (#3272)
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyp authored and hellochar committed Mar 10, 2017
1 parent fac0765 commit 7dad5ae
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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 built on D3",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"main": [
"plottable.js",
"plottable.css"
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",
"description": "A modular charting library built on D3",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"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 3.0.0-beta.2 (https://github.com/palantir/plottable)
* Plottable 3.0.0-beta.3 (https://github.com/palantir/plottable)
* Copyright 2014-2017 Palantir Technologies
* Licensed under MIT (https://github.com/palantir/plottable/blob/master/LICENSE)
*/
Expand Down Expand Up @@ -7748,7 +7748,7 @@ exports.Dataset = Dataset;
* real version number during the dist phase for for npm module publishing. Modifying this line should
* be accompanied by modifying the "sed-version" task in package.json accordingly.
*/
exports.version = "3.0.0-beta.2";
exports.version = "3.0.0-beta.3";


/***/ }),
Expand Down
18 changes: 9 additions & 9 deletions plottable.min.js

Large diffs are not rendered by default.

Binary file modified plottable.zip
Binary file not shown.

1 comment on commit 7dad5ae

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prepare release v3.0.0-beta.3 (#3272)

Demo: quicktests | fiddle

Please sign in to comment.