diff --git a/Gemfile.lock b/Gemfile.lock index 376923f..c6db9b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - groupme-api (0.9.5) + groupme-api (0.9.6) httpclient (~> 2.8) GEM diff --git a/lib/groupme/version.rb b/lib/groupme/version.rb index 5fe6325..c290c27 100644 --- a/lib/groupme/version.rb +++ b/lib/groupme/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module GroupMe - VERSION = '0.9.5' + VERSION = '0.9.6' end