diff --git a/Gemfile.lock b/Gemfile.lock index 8d7b334..d5f47a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - prosopite (1.4.1) + prosopite (1.4.2) GEM remote: https://rubygems.org/ diff --git a/lib/prosopite/version.rb b/lib/prosopite/version.rb index eddce94..de37033 100644 --- a/lib/prosopite/version.rb +++ b/lib/prosopite/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Prosopite - VERSION = "1.4.1" + VERSION = "1.4.2" end