diff --git a/Gemfile.lock b/Gemfile.lock index 0148fb4..253ac66 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - stream_lines (0.4.0) + stream_lines (0.4.1) httparty (~> 0.14) GEM diff --git a/lib/stream_lines/version.rb b/lib/stream_lines/version.rb index 293a123..c02f5b9 100644 --- a/lib/stream_lines/version.rb +++ b/lib/stream_lines/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module StreamLines - VERSION = '0.4.0' + VERSION = '0.4.1' end