Skip to content

Commit

Permalink
preparing release 3.0.0-beta.4 (#3297)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellochar authored Mar 17, 2017
1 parent 26e3ab5 commit 312ef82
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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.3",
"version": "3.0.0-beta.4",
"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.3",
"version": "3.0.0-beta.4",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plottable.js
Original file line number Diff line number Diff line change
Expand Up @@ -7756,7 +7756,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.3";
exports.version = "3.0.0-beta.4";


/***/ }),
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 312ef82

@blueprint-bot
Copy link

Choose a reason for hiding this comment

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

preparing release 3.0.0-beta.4 (#3297)

Demo: quicktests | fiddle

Please sign in to comment.