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