diff --git a/Gemfile.lock b/Gemfile.lock index 4cbd4d3..94604c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - danger-xcode_summary (0.5.0) + danger-xcode_summary (0.5.1) danger-plugin-api (~> 1.0) GEM diff --git a/lib/xcode_summary/gem_version.rb b/lib/xcode_summary/gem_version.rb index 78df7f4..98e956f 100644 --- a/lib/xcode_summary/gem_version.rb +++ b/lib/xcode_summary/gem_version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module XcodeSummary - VERSION = '0.5.0' + VERSION = '0.5.1' end