From 69dcd050089284b5cfd81f7a1386e8f49edc5fa0 Mon Sep 17 00:00:00 2001 From: Julien Rollet Date: Wed, 5 Dec 2018 16:08:29 +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 d809dc0d..594dd2ea 100644 --- a/XCTestHTMLReport/XCTestHTMLReport/Classes/main.swift +++ b/XCTestHTMLReport/XCTestHTMLReport/Classes/main.swift @@ -8,7 +8,7 @@ import Foundation -var version = "1.6.1" +var version = "1.6.2" print("XCTestHTMLReport \(version)") diff --git a/install.sh b/install.sh index 642a457c..68b510a3 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ set -e VERSION=$1 if [ -z $VERSION ] ; then -VERSION="1.6.1" +VERSION="1.6.2" fi OUT_ZIP="xchtmlreport.zip" diff --git a/xchtmlreport.rb b/xchtmlreport.rb index 71ed7f6b..51296ab6 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.1.tar.gz" + url "https://github.com/applidium/XCTestHTMLReport/archive/1.6.2.tar.gz" sha256 "6e0e3c30331bb32bbf38ebd438c1ee3a168432c10ece0f0292c7fdbb72483e0c" head "https://github.com/applidium/XCTestHTMLReport.git", :branch => "develop_ad"