Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MUR Drupal
d3-library
Commits
e4259453
Commit
e4259453
authored
Jan 09, 2014
by
Mike Bostock
Browse files
Bump version number.
parent
a18c8a23
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
bower.json
View file @
e4259453
{
"name"
:
"d3"
,
"version"
:
"3.
3.13
"
,
"version"
:
"3.
4.0
"
,
"main"
:
"d3.js"
,
"scripts"
:
[
"d3.js"
...
...
component.json
View file @
e4259453
...
...
@@ -10,7 +10,7 @@
"animation"
,
"canvas"
],
"version"
:
"3.
3.13
"
,
"version"
:
"3.
4.0
"
,
"main"
:
"d3.js"
,
"scripts"
:
[
"d3.js"
...
...
d3.js
View file @
e4259453
!
function
()
{
var
d3
=
{
version
:
"
3.
3.13
"
version
:
"
3.
4.0
"
};
if
(
!
Date
.
now
)
Date
.
now
=
function
()
{
return
+
new
Date
();
...
...
d3.min.js
View file @
e4259453
This diff is collapsed.
Click to expand it.
package.json
View file @
e4259453
{
"name"
:
"d3"
,
"version"
:
"3.
3.13
"
,
"version"
:
"3.
4.0
"
,
"description"
:
"A small, free JavaScript library for manipulating documents based on data."
,
"keywords"
:
[
"dom"
,
...
...
src/start.js
View file @
e4259453
!
function
(){
var
d3
=
{
version
:
"
3.
3.13
"
};
// semver
var
d3
=
{
version
:
"
3.
4.0
"
};
// semver
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment