diff --git a/Gemfile.lock b/Gemfile.lock index 3c412cc..beb7c75 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - downmark (0.1.0) + downmark (0.1.1) nokogiri GEM diff --git a/lib/downmark/version.rb b/lib/downmark/version.rb index 6605763..26e74ba 100644 --- a/lib/downmark/version.rb +++ b/lib/downmark/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Downmark - VERSION = "0.1.0" + VERSION = "0.1.1" end