diff --git a/Sources/XCTestHTMLReport/main.swift b/Sources/XCTestHTMLReport/main.swift
index c3c8b08f..8e70a360 100644
--- a/Sources/XCTestHTMLReport/main.swift
+++ b/Sources/XCTestHTMLReport/main.swift
@@ -1,6 +1,6 @@
import Darwin
-var version = "2.0.1"
+var version = "2.1.0"
print("XCTestHTMLReport \(version)")
diff --git a/install.sh b/install.sh
index 10f8e3ee..d6ef244d 100755
--- a/install.sh
+++ b/install.sh
@@ -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"
diff --git a/xchtmlreport.rb b/xchtmlreport.rb
index 6e2bd9df..1060a70e 100644
--- a/xchtmlreport.rb
+++ b/xchtmlreport.rb
@@ -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"