diff --git a/README.md b/README.md index 43e0d49b..fb90acb2 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![Build Status](https://travis-ci.org/sbt/sbt-jacoco.svg?branch=master)](https://travis-ci.org/sbt/sbt-jacoco) [![Codacy Grade](https://img.shields.io/codacy/grade/2336303da07d41ba960ec769dfec0a74.svg?label=codacy)](https://www.codacy.com/app/stringbean/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) +[![SBT 0.13 version](https://img.shields.io/badge/sbt_0.13-3.0.3-blue.svg)](https://bintray.com/stringbean/sbt-plugins/sbt-jacoco) +[![SBT 1.0 version](https://img.shields.io/badge/sbt_1.0-3.0.3-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 6555905f..01ea8298 100755 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := "sbt-jacoco" organization := "com.github.sbt" -version in ThisBuild := "3.0.3-SNAPSHOT" +version in ThisBuild := "3.0.3" sbtPlugin := true crossSbtVersions := Seq("0.13.16", "1.0.2")