Skip to content

Commit

Permalink
Merge pull request #30 from chichunchen/master
Browse files Browse the repository at this point in the history
bump d3 version to 3.5.5
  • Loading branch information
iblue committed Mar 8, 2015
2 parents 07b675f + ce73c9e commit abdc08a
Show file tree
Hide file tree
Showing 7 changed files with 307 additions and 235 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.5.5 (8 March 2015)

* Upgrade D3 to 3.5.5

## 3.5.2 (16 December 2014)

* Upgrade D3 to 3.5.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ d3-rails provides D3 for Rails 3.1 and higher.

## Version

d3-rails comes with version 3.5.2 of D3.js. and will track the always
d3-rails comes with version 3.5.5 of D3.js. and will track the always
mirror the version of D3 it comes with.


Expand Down
258 changes: 146 additions & 112 deletions app/assets/javascripts/d3.js
100755 → 100644

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions app/assets/javascripts/d3.min.js
100755 → 100644

Large diffs are not rendered by default.

256 changes: 145 additions & 111 deletions app/assets/javascripts/d3.v3.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions app/assets/javascripts/d3.v3.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/d3/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module D3
module Rails
VERSION = "3.5.2"
VERSION = "3.5.5"
end
end

0 comments on commit abdc08a

Please sign in to comment.