Skip to content

Commit

Permalink
Version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Dec 21, 2012
1 parent 315e3ab commit 74582d8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion component.json
@@ -1,5 +1,5 @@
{
"name": "d3",
"version": "3.0.0rc1",
"version": "3.0.0",
"main": "./d3.js"
}
2 changes: 1 addition & 1 deletion d3.js
Expand Up @@ -12,7 +12,7 @@
};
}
d3 = {
version: "3.0.0rc1"
version: "3.0.0"
};
var π = Math.PI, ε = 1e-6, d3_radians = π / 180, d3_degrees = 180 / π;
function d3_target(d) {
Expand Down
2 changes: 1 addition & 1 deletion d3.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "d3",
"version": "3.0.0rc1",
"version": "3.0.0",
"description": "A small, free JavaScript library for manipulating documents based on data.",
"keywords": [
"dom",
Expand Down
2 changes: 1 addition & 1 deletion src/core/core.js
@@ -1,4 +1,4 @@
d3 = {version: "3.0.0rc1"}; // semver
d3 = {version: "3.0.0"}; // semver

var π = Math.PI,
ε = 1e-6,
Expand Down

0 comments on commit 74582d8

Please sign in to comment.