diff --git a/Gemfile.lock b/Gemfile.lock index ea7b884..2124d82 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - conifer (1.2.1) + conifer (1.3.0) GEM remote: https://rubygems.org/ diff --git a/lib/conifer/version.rb b/lib/conifer/version.rb index c15e0ce..023252a 100644 --- a/lib/conifer/version.rb +++ b/lib/conifer/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Conifer - VERSION = '1.2.1' + VERSION = '1.3.0' end