diff --git a/Gemfile.lock b/Gemfile.lock index 7f835aa..cede10e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - prosopite (1.2.1) + prosopite (1.2.2) GEM remote: https://rubygems.org/ diff --git a/lib/prosopite/version.rb b/lib/prosopite/version.rb index 761236a..815df16 100644 --- a/lib/prosopite/version.rb +++ b/lib/prosopite/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Prosopite - VERSION = "1.2.1" + VERSION = "1.2.2" end