Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

Commit

Permalink
Bump up version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Mar 31, 2014
1 parent 0a7aff6 commit 286d0bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:
password_strength (0.4.0)
password_strength (0.4.1)
activerecord

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/password_strength/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module PasswordStrength
module Version # :nodoc: all
MAJOR = 0
MINOR = 4
PATCH = 0
PATCH = 1
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
end
end

0 comments on commit 286d0bf

Please sign in to comment.