diff --git a/Gemfile.lock b/Gemfile.lock index fc1d5f4..c0e5b61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - danger-pmd (1.0.4) + danger-pmd (1.0.5) danger-plugin-api (~> 1.0) oga (~> 2.15) diff --git a/lib/pmd/gem_version.rb b/lib/pmd/gem_version.rb index 67b0065..36a5e9e 100644 --- a/lib/pmd/gem_version.rb +++ b/lib/pmd/gem_version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Pmd - VERSION = '1.0.4' + VERSION = '1.0.5' end