diff --git a/XCTestHTMLReport/XCTestHTMLReport/Classes/main.swift b/XCTestHTMLReport/XCTestHTMLReport/Classes/main.swift index 594dd2ea..65589ba7 100644 --- a/XCTestHTMLReport/XCTestHTMLReport/Classes/main.swift +++ b/XCTestHTMLReport/XCTestHTMLReport/Classes/main.swift @@ -8,7 +8,7 @@ import Foundation -var version = "1.6.2" +var version = "1.7.0" print("XCTestHTMLReport \(version)") diff --git a/install.sh b/install.sh index 68b510a3..5081d6b9 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ set -e VERSION=$1 if [ -z $VERSION ] ; then -VERSION="1.6.2" +VERSION="1.7.0" fi OUT_ZIP="xchtmlreport.zip" diff --git a/xchtmlreport.rb b/xchtmlreport.rb index 28664771..43fabab2 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.6.2.tar.gz" + url "https://github.com/applidium/XCTestHTMLReport/archive/1.7.0.tar.gz" sha256 "82efc670f29458a20627341c2b24369e154ef7c50aa7883bc12b4af7432b5de8" head "https://github.com/applidium/XCTestHTMLReport.git", :branch => "develop_ad"