diff --git a/Gemfile.lock b/Gemfile.lock index 3ba9a87..b45dfe9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - danger-xcode_summary (1.0.0) + danger-xcode_summary (1.0.1) danger-plugin-api (~> 1.0) xcresult (~> 0.2) diff --git a/lib/xcode_summary/gem_version.rb b/lib/xcode_summary/gem_version.rb index 0dcd2bd..37607a8 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 = '1.0.0' + VERSION = '1.0.1' end