diff --git a/Gemfile.lock b/Gemfile.lock index a57a019..219191a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - adapter (0.5.2) + adapter (0.6.0) GEM remote: http://rubygems.org/ diff --git a/lib/adapter/version.rb b/lib/adapter/version.rb index 4297523..dcb2374 100644 --- a/lib/adapter/version.rb +++ b/lib/adapter/version.rb @@ -1,3 +1,3 @@ module Adapter - VERSION = '0.5.2' + VERSION = '0.6.0' end