Skip to content

Commit

Permalink
Merge branch 'release/v6.6.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
joeworkman committed Mar 30, 2020
2 parents d7e008a + 386f5b6 commit e2b9d02
Show file tree
Hide file tree
Showing 190 changed files with 1,411 additions and 983 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
foundation-rails (6.6.1.0)
foundation-rails (6.6.2.0)
railties (>= 3.1.0)
sass (>= 3.3.0)
sprockets-es6 (>= 0.9.0)
Expand Down Expand Up @@ -207,4 +207,4 @@ DEPENDENCIES
sprockets-es6

BUNDLED WITH
1.17.1
2.1.2
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "foundation-rails",
"version": "6.6.1.0",
"version": "6.6.2.0",
"dependencies": {
"foundation-sites": "6.6.1",
"foundation-sites": "6.6.2",
"motion-ui": "2.0.3"
}
}
2 changes: 1 addition & 1 deletion lib/foundation/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Foundation
module Rails
VERSION = "6.6.1.0"
VERSION = "6.6.2.0"
end
end
Loading

0 comments on commit e2b9d02

Please sign in to comment.