diff --git a/Gemfile.lock b/Gemfile.lock index f95bdf0..6558a1d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - adaptor (0.2.0) + adaptor (0.2.1) GEM remote: https://rubygems.org/ diff --git a/lib/adaptor/version.rb b/lib/adaptor/version.rb index 8e0793f..70db89c 100644 --- a/lib/adaptor/version.rb +++ b/lib/adaptor/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Adaptor - VERSION = '0.2.0' + VERSION = '0.2.1' end