From 3fe973d5f6adfe933db3ac19818e1ad5ceecb996 Mon Sep 17 00:00:00 2001 From: Joel Lubrano Date: Mon, 18 Apr 2022 12:14:57 -0400 Subject: [PATCH] Bumping to version 0.4.1 --- Gemfile.lock | 2 +- lib/stream_lines/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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