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