Skip to content

Commit

Permalink
Release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmazza committed Oct 3, 2014
1 parent 9b49e89 commit bdf9c25
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GIT
PATH
remote: .
specs:
devise (3.3.0)
devise (3.4.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-3.2-stable.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ GIT
PATH
remote: ..
specs:
devise (3.3.0)
devise (3.4.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-4.0-stable.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GIT
PATH
remote: ..
specs:
devise (3.3.0)
devise (3.4.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-4.1-stable.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ GIT
PATH
remote: ..
specs:
devise (3.3.0)
devise (3.4.0)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
Expand Down
2 changes: 1 addition & 1 deletion lib/devise/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Devise
VERSION = "3.3.0".freeze
VERSION = "3.4.0".freeze
end

0 comments on commit bdf9c25

Please sign in to comment.