Skip to content

Commit 8a5ecbe

Browse files
committed
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.
1 parent 8d31604 commit 8a5ecbe

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ project.
44
[http://nvd3.org/statement.html](http://nvd3.org/statement.html)
55

66
# nvd3 - v1.0.0-beta
7-
Note: version 1.0.0-beta is currently in the development branch.
87

98
A reusable chart library for d3.JS.
109

nv.d3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
var nv = window.nv || {};
44

5-
nv.version = '0.0.1a';
5+
nv.version = '1.0.0b';
66
nv.dev = true //set false when in production
77

88
window.nv = nv;

nv.d3.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
var nv = window.nv || {};
33

4-
nv.version = '0.0.1a';
4+
nv.version = '1.0.0b';
55
nv.dev = true //set false when in production
66

77
window.nv = nv;

0 commit comments

Comments
 (0)