Skip to content

Commit 7dad5ae

Browse files
leebyphellochar
authored andcommitted
Prepare release v3.0.0-beta.3 (#3272)
1 parent fac0765 commit 7dad5ae

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "plottable",
33
"description": "A modular charting library built on D3",
4-
"version": "3.0.0-beta.2",
4+
"version": "3.0.0-beta.3",
55
"main": [
66
"plottable.js",
77
"plottable.css"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "plottable",
33
"description": "A modular charting library built on D3",
4-
"version": "3.0.0-beta.2",
4+
"version": "3.0.0-beta.3",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

plottable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Plottable 3.0.0-beta.2 (https://github.com/palantir/plottable)
2+
* Plottable 3.0.0-beta.3 (https://github.com/palantir/plottable)
33
* Copyright 2014-2017 Palantir Technologies
44
* Licensed under MIT (https://github.com/palantir/plottable/blob/master/LICENSE)
55
*/
@@ -7748,7 +7748,7 @@ exports.Dataset = Dataset;
77487748
* real version number during the dist phase for for npm module publishing. Modifying this line should
77497749
* be accompanied by modifying the "sed-version" task in package.json accordingly.
77507750
*/
7751-
exports.version = "3.0.0-beta.2";
7751+
exports.version = "3.0.0-beta.3";
77527752

77537753

77547754
/***/ }),

plottable.min.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plottable.zip

-2.01 KB
Binary file not shown.

0 commit comments

Comments
 (0)