Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
MUR Drupal
d3-library
Commits
d3488d6e
Commit
d3488d6e
authored
Jul 05, 2013
by
Mike Bostock
Browse files
Bump version.
parent
df18a153
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
bower.json
bower.json
+1
-1
component.json
component.json
+1
-1
d3.js
d3.js
+1
-1
d3.min.js
d3.min.js
+1
-1
package.json
package.json
+1
-1
src/start.js
src/start.js
+1
-1
No files found.
bower.json
View file @
d3488d6e
{
"name"
:
"d3"
,
"version"
:
"3.2.
3
"
,
"version"
:
"3.2.
4
"
,
"main"
:
"d3.js"
,
"scripts"
:
[
"d3.js"
...
...
component.json
View file @
d3488d6e
...
...
@@ -10,7 +10,7 @@
"animation"
,
"canvas"
],
"version"
:
"3.2.
3
"
,
"version"
:
"3.2.
4
"
,
"main"
:
"index-browserify.js"
,
"scripts"
:
[
"d3.js"
,
...
...
d3.js
View file @
d3488d6e
d3
=
function
()
{
var
d3
=
{
version
:
"
3.2.
3
"
version
:
"
3.2.
4
"
};
if
(
!
Date
.
now
)
Date
.
now
=
function
()
{
return
+
new
Date
();
...
...
d3.min.js
View file @
d3488d6e
This diff is collapsed.
Click to expand it.
package.json
View file @
d3488d6e
{
"name"
:
"d3"
,
"version"
:
"3.2.
3
"
,
"version"
:
"3.2.
4
"
,
"description"
:
"A small, free JavaScript library for manipulating documents based on data."
,
"keywords"
:
[
"dom"
,
...
...
src/start.js
View file @
d3488d6e
d3
=
(
function
(){
var
d3
=
{
version
:
"
3.2.
3
"
};
// semver
var
d3
=
{
version
:
"
3.2.
4
"
};
// semver
Write
Preview
Markdown
is supported
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