diff --git a/Gemfile.lock b/Gemfile.lock index 4e416cf..d57c3c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - keyphrase (0.1.0) + keyphrase (0.1.1) GEM remote: https://rubygems.org/ diff --git a/lib/keyphrase/version.rb b/lib/keyphrase/version.rb index bc79372..45ef642 100644 --- a/lib/keyphrase/version.rb +++ b/lib/keyphrase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Keyphrase - VERSION = "0.1.0" + VERSION = "0.1.1" end