Updating nvd3 programmatic version number to 1.0.0b

Rebuilding nv.d3.js. Updating README.md to remove note about 1.0.0b being in dev branch.
master
Robin Hu 11 years ago
parent 8d316048ff
commit 8a5ecbe037

@ -4,7 +4,6 @@ project.
[http://nvd3.org/statement.html](http://nvd3.org/statement.html)
# nvd3 - v1.0.0-beta
Note: version 1.0.0-beta is currently in the development branch.
A reusable chart library for d3.JS.

@ -2,7 +2,7 @@
var nv = window.nv || {};
nv.version = '0.0.1a';
nv.version = '1.0.0b';
nv.dev = true //set false when in production
window.nv = nv;

2
nv.d3.min.js vendored

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
var nv = window.nv || {};
nv.version = '0.0.1a';
nv.version = '1.0.0b';
nv.dev = true //set false when in production
window.nv = nv;

Loading…
Cancel
Save