diff --git a/XCTestHTMLReport/XCTestHTMLReport/Classes/main.swift b/XCTestHTMLReport/XCTestHTMLReport/Classes/main.swift index 65589ba7..fc04574d 100644 --- a/XCTestHTMLReport/XCTestHTMLReport/Classes/main.swift +++ b/XCTestHTMLReport/XCTestHTMLReport/Classes/main.swift @@ -8,7 +8,7 @@ import Foundation -var version = "1.7.0" +var version = "1.7.1" print("XCTestHTMLReport \(version)") diff --git a/install.sh b/install.sh index 5081d6b9..8238c86b 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ set -e VERSION=$1 if [ -z $VERSION ] ; then -VERSION="1.7.0" +VERSION="1.7.1" fi OUT_ZIP="xchtmlreport.zip" diff --git a/xchtmlreport.rb b/xchtmlreport.rb index 5c61d6c2..f89dd29d 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.0.tar.gz" + url "https://github.com/applidium/XCTestHTMLReport/archive/1.7.1.tar.gz" sha256 "004678a99d081b343326c4b2ceef7e23eb0670c262413c849bbe7508f87b28c8" head "https://github.com/applidium/XCTestHTMLReport.git", :branch => "develop_ad"