diff --git a/Gemfile.lock b/Gemfile.lock index d9377f695..7e66ec950 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - twitter (1.0.0.rc.1) + twitter (1.0.0.rc.2) addressable (~> 2.2.2) faraday (~> 0.5.1) faraday_middleware (~> 0.1.7) diff --git a/lib/twitter/version.rb b/lib/twitter/version.rb index 2e4157a41..b1d16002a 100644 --- a/lib/twitter/version.rb +++ b/lib/twitter/version.rb @@ -1,3 +1,3 @@ module Twitter - VERSION = "1.0.0.rc.1" + VERSION = "1.0.0.rc.2" end