Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Rollet committed Dec 13, 2019
1 parent 2d519dd commit b2610bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/XCTestHTMLReport/main.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Darwin

var version = "2.0.1"
var version = "2.1.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="2.0.1"
VERSION="2.1.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/2.0.1.tar.gz"
url "https://github.com/applidium/XCTestHTMLReport/archive/2.1.0.tar.gz"
sha256 "59ef4f1c9c876e8bbf0051b324b8de79cbf8dc134e8f16a21ee4ade059a203a4"
head "https://github.com/applidium/XCTestHTMLReport.git", :branch => "develop_ad"

Expand Down

0 comments on commit b2610bf

Please sign in to comment.