Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Rollet committed Jan 11, 2019
1 parent 6f75bae commit 66efb1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion XCTestHTMLReport/XCTestHTMLReport/Classes/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import Foundation

var version = "1.7.0"
var version = "1.7.1"

print("XCTestHTMLReport \(version)")

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion xchtmlreport.rb
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 66efb1f

Please sign in to comment.