diff --git a/Gemfile.lock b/Gemfile.lock index 26a8cae..42f0b30 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - simple_oauth (0.1.1) + simple_oauth (0.1.2) GEM remote: http://rubygems.org/ diff --git a/lib/simple_oauth.rb b/lib/simple_oauth.rb index 5ef9768..0677a57 100644 --- a/lib/simple_oauth.rb +++ b/lib/simple_oauth.rb @@ -7,7 +7,7 @@ module SimpleOAuth module Version MAJOR = 0 MINOR = 1 - PATCH = 1 + PATCH = 2 STRING = [MAJOR, MINOR, PATCH].join('.') end