Skip to content

Commit

Permalink
Bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Croak committed Aug 1, 2013
1 parent 6a281b9 commit 03db624
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
clearance (1.0.0.rc8)
clearance (1.0.0)
bcrypt-ruby
email_validator (~> 1.4)
rails (>= 3.1)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Thank you to all the [contributors](https://github.com/thoughtbot/clearance/graphs/contributors)!

New for 1.0.0:
New for 1.0.0 (August 1, 2013):

* Support Rails 4.
* Change default password strategy to BCrypt.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ It works with Rails 4 and Ruby 2.
Include the gem in your Gemfile:

```ruby
gem 'clearance', '1.0.0.rc8'
gem 'clearance', '1.0.0'
```

Bundle:
Expand Down
2 changes: 1 addition & 1 deletion lib/clearance/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Clearance
VERSION = '1.0.0.rc8'
VERSION = '1.0.0'
end

0 comments on commit 03db624

Please sign in to comment.