From 6ccb9783110e695a8752f86b5efa8a5bffa72e71 Mon Sep 17 00:00:00 2001 From: Julien Rollet Date: Fri, 22 Feb 2019 18:02:30 +0100 Subject: [PATCH] Bump version --- XCTestHTMLReport/XCTestHTMLReport/Classes/main.swift | 2 +- install.sh | 2 +- xchtmlreport.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/XCTestHTMLReport/XCTestHTMLReport/Classes/main.swift b/XCTestHTMLReport/XCTestHTMLReport/Classes/main.swift index 46fd1b9b..3215f91f 100644 --- a/XCTestHTMLReport/XCTestHTMLReport/Classes/main.swift +++ b/XCTestHTMLReport/XCTestHTMLReport/Classes/main.swift @@ -8,7 +8,7 @@ import Foundation -var version = "1.7.2" +var version = "1.7.3" print("XCTestHTMLReport \(version)") diff --git a/install.sh b/install.sh index 1c98edbf..1e7bd75c 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ set -e VERSION=$1 if [ -z $VERSION ] ; then -VERSION="1.7.2" +VERSION="1.7.3" fi OUT_ZIP="xchtmlreport.zip" diff --git a/xchtmlreport.rb b/xchtmlreport.rb index baff45de..03247126 100644 --- a/xchtmlreport.rb +++ b/xchtmlreport.rb @@ -1,7 +1,7 @@ class Xchtmlreport < Formula desc "XCTestHTMLReport: Xcode-like HTML report for Unit and UI Tests" homepage "https://github.com/applidium/XCTestHTMLReport" - url "https://github.com/applidium/XCTestHTMLReport/archive/1.7.2.tar.gz" + url "https://github.com/applidium/XCTestHTMLReport/archive/1.7.3.tar.gz" sha256 "3d0fc23087dcf958bb242b41a5054d12f12bed6eba56fdf1e0fddd4465b5cd78" head "https://github.com/applidium/XCTestHTMLReport.git", :branch => "develop_ad"