Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Rollet committed Feb 22, 2019
1 parent 74257b9 commit 6ccb978
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.2"
var version = "1.7.3"

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.2"
VERSION="1.7.3"
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.2.tar.gz"
url "https://github.com/applidium/XCTestHTMLReport/archive/1.7.3.tar.gz"
sha256 "3d0fc23087dcf958bb242b41a5054d12f12bed6eba56fdf1e0fddd4465b5cd78"
head "https://github.com/applidium/XCTestHTMLReport.git", :branch => "develop_ad"

Expand Down

0 comments on commit 6ccb978

Please sign in to comment.