Skip to content

Commit

Permalink
Bump version to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 29, 2011
1 parent 4a5e2b2 commit 6898ff8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth/version.rb
Expand Up @@ -7,7 +7,7 @@ module Version
MINOR = 2
end
unless defined?(::OmniAuth::Version::PATCH)
PATCH = 4
PATCH = 5
end
unless defined?(::OmniAuth::Version::PRE)
PRE = nil
Expand Down
2 changes: 1 addition & 1 deletion oa-basic/lib/omniauth/version.rb
Expand Up @@ -7,7 +7,7 @@ module Version
MINOR = 2
end
unless defined?(::OmniAuth::Version::PATCH)
PATCH = 4
PATCH = 5
end
unless defined?(::OmniAuth::Version::PRE)
PRE = nil
Expand Down
2 changes: 1 addition & 1 deletion oa-core/lib/omniauth/version.rb
Expand Up @@ -7,7 +7,7 @@ module Version
MINOR = 2
end
unless defined?(::OmniAuth::Version::PATCH)
PATCH = 4
PATCH = 5
end
unless defined?(::OmniAuth::Version::PRE)
PRE = nil
Expand Down
2 changes: 1 addition & 1 deletion oa-enterprise/lib/omniauth/version.rb
Expand Up @@ -7,7 +7,7 @@ module Version
MINOR = 2
end
unless defined?(::OmniAuth::Version::PATCH)
PATCH = 4
PATCH = 5
end
unless defined?(::OmniAuth::Version::PRE)
PRE = nil
Expand Down
2 changes: 1 addition & 1 deletion oa-more/lib/omniauth/version.rb
Expand Up @@ -7,7 +7,7 @@ module Version
MINOR = 2
end
unless defined?(::OmniAuth::Version::PATCH)
PATCH = 4
PATCH = 5
end
unless defined?(::OmniAuth::Version::PRE)
PRE = nil
Expand Down
2 changes: 1 addition & 1 deletion oa-oauth/lib/omniauth/version.rb
Expand Up @@ -7,7 +7,7 @@ module Version
MINOR = 2
end
unless defined?(::OmniAuth::Version::PATCH)
PATCH = 4
PATCH = 5
end
unless defined?(::OmniAuth::Version::PRE)
PRE = nil
Expand Down
2 changes: 1 addition & 1 deletion oa-openid/lib/omniauth/version.rb
Expand Up @@ -7,7 +7,7 @@ module Version
MINOR = 2
end
unless defined?(::OmniAuth::Version::PATCH)
PATCH = 4
PATCH = 5
end
unless defined?(::OmniAuth::Version::PRE)
PRE = nil
Expand Down

0 comments on commit 6898ff8

Please sign in to comment.