From 35ebb77df09524678026a3ccc51a197660f489f7 Mon Sep 17 00:00:00 2001 From: Diogo Tridapalli Date: Mon, 11 Oct 2021 17:14:35 -0300 Subject: [PATCH] Bump build to 1.0.1 Signed-off-by: Diogo Tridapalli --- Gemfile.lock | 2 +- lib/xcode_summary/gem_version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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