Skip to content

Commit

Permalink
Release v6.5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoden committed Nov 17, 2018
1 parent fd3cd1a commit 85eefa4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
foundation-rails (6.4.3.0)
foundation-rails (6.5.1.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundation-rails",
"version": "6.4.3.0",
"version": "6.5.1.0",
"dependencies": {
"foundation-sites": "6.5.1",
"motion-ui": "2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
foundation-rails (6.4.3.0)
foundation-rails (6.5.1.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
foundation-rails (6.4.3.0)
foundation-rails (6.5.1.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
foundation-rails (6.4.3.0)
foundation-rails (6.5.1.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
foundation-rails (6.4.3.0)
foundation-rails (6.5.1.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
foundation-rails (6.4.3.0)
foundation-rails (6.5.1.0)

GEM
remote: https://rubygems.org/
Expand Down
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.4.3.0"
VERSION = "6.5.1.0"
end
end

0 comments on commit 85eefa4

Please sign in to comment.