diff --git a/Gemfile.lock b/Gemfile.lock index f296a81..4d5544b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - gcra (1.2.0) + gcra (1.2.1) GEM remote: https://rubygems.org/ diff --git a/lib/gcra/version.rb b/lib/gcra/version.rb index 2e21b60..a9bb257 100644 --- a/lib/gcra/version.rb +++ b/lib/gcra/version.rb @@ -1,3 +1,3 @@ module GCRA - VERSION = '1.2.0'.freeze + VERSION = '1.2.1'.freeze end