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 3, 2019
1 parent e7b27d4 commit d1c0b6e
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.6.2"
var version = "1.7.0"

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.6.2"
VERSION="1.7.0"
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.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"

Expand Down

0 comments on commit d1c0b6e

Please sign in to comment.