From 7415468cadcd2ed4e17d7e2d0f3e9b78b65c39d7 Mon Sep 17 00:00:00 2001 From: Michael Stringer Date: Mon, 2 Oct 2017 11:33:15 +0100 Subject: [PATCH] Release 3.0.2 --- README.md | 4 ++-- build.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cea89595..851f7542 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # sbt-jacoco - Code Coverage via JaCoCo in sbt [![Build Status](https://travis-ci.org/sbt/sbt-jacoco.svg?branch=master)](https://travis-ci.org/sbt/sbt-jacoco) -[![SBT 0.13 version](https://img.shields.io/badge/sbt_0.13-3.0.1-blue.svg)](https://bintray.com/stringbean/sbt-plugins/sbt-jacoco) -[![SBT 1.0 version](https://img.shields.io/badge/sbt_1.0-3.0.1-blue.svg)](https://bintray.com/stringbean/sbt-plugins/sbt-jacoco) +[![SBT 0.13 version](https://img.shields.io/badge/sbt_0.13-3.0.2-blue.svg)](https://bintray.com/stringbean/sbt-plugins/sbt-jacoco) +[![SBT 1.0 version](https://img.shields.io/badge/sbt_1.0-3.0.2-blue.svg)](https://bintray.com/stringbean/sbt-plugins/sbt-jacoco) This is an [sbt](http://scala-sbt.org/) plugin for code coverage analysis via [JaCoCo](http://www.eclemma.org/jacoco/). diff --git a/build.sbt b/build.sbt index 81d5171b..757f94dd 100755 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := "sbt-jacoco" organization := "com.github.sbt" -version := "3.0.2-SNAPSHOT" +version := "3.0.2" sbtPlugin := true crossSbtVersions := Seq("0.13.16", "1.0.2")