Skip to content

Commit 69dcd05

Browse files
author
Julien Rollet
committed
Bump version
1 parent 8e13f8c commit 69dcd05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

XCTestHTMLReport/XCTestHTMLReport/Classes/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import Foundation
1010

11-
var version = "1.6.1"
11+
var version = "1.6.2"
1212

1313
print("XCTestHTMLReport \(version)")
1414

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
VERSION=$1
66

77
if [ -z $VERSION ] ; then
8-
VERSION="1.6.1"
8+
VERSION="1.6.2"
99
fi
1010

1111
OUT_ZIP="xchtmlreport.zip"

xchtmlreport.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Xchtmlreport < Formula
22
desc "XCTestHTMLReport: Xcode-like HTML report for Unit and UI Tests"
33
homepage "https://github.com/applidium/XCTestHTMLReport"
4-
url "https://github.com/applidium/XCTestHTMLReport/archive/1.6.1.tar.gz"
4+
url "https://github.com/applidium/XCTestHTMLReport/archive/1.6.2.tar.gz"
55
sha256 "6e0e3c30331bb32bbf38ebd438c1ee3a168432c10ece0f0292c7fdbb72483e0c"
66
head "https://github.com/applidium/XCTestHTMLReport.git", :branch => "develop_ad"
77

0 commit comments

Comments
 (0)