lib/snapshot/runner.rb in snapshot-1.1.0 vs lib/snapshot/runner.rb in snapshot-1.1.1

- old
+ new

@@ -12,10 +12,10 @@ Helper.log.warn "Please follow the migration guide: https://github.com/KrauseFx/snapshot/blob/master/MigrationGuide.md".red Helper.log.warn "And read the updated documentation: https://github.com/KrauseFx/snapshot".red sleep 3 # to be sure the user sees this, as compiling clears the screen end - FastlaneCore::PrintTable.print_values(config: Snapshot.config, hide_keys: [], title: "Summary") + FastlaneCore::PrintTable.print_values(config: Snapshot.config, hide_keys: [], title: "Summary for snapshot #{Snapshot::VERSION}") clear_previous_screenshots if Snapshot.config[:clear_previous_screenshots] Helper.log.info "Building and running project - this might take some time...".green