diff --git a/README.md b/README.md index c9885b9..4c7955a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [comment]: # (Start Badges) -[![Build Status](https://travis-ci.org/frees-io/sbt-freestyle-protogen.svg?branch=master)](https://travis-ci.org/frees-io/sbt-freestyle-protogen) [![codecov.io](http://codecov.io/github/frees-io/sbt-freestyle-protogen/coverage.svg?branch=master)](http://codecov.io/github/frees-io/sbt-freestyle-protogen?branch=master) [![Maven Central](https://img.shields.io/badge/maven%20central-0.0.8-green.svg)](https://oss.sonatype.org/#nexus-search;gav~io.frees~freestyle*) [![Latest version](https://img.shields.io/badge/sbt--freestyle--protogen-0.0.8-green.svg)](https://index.scala-lang.org/frees-io/sbt-freestyle-protogen) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/frees-io/sbt-freestyle-protogen/master/LICENSE) [![Join the chat at https://gitter.im/47deg/freestyle](https://badges.gitter.im/47deg/freestyle.svg)](https://gitter.im/47deg/freestyle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub Issues](https://img.shields.io/github/issues/frees-io/sbt-freestyle-protogen.svg)](https://github.com/frees-io/sbt-freestyle-protogen/issues) [![Scala.js](http://scala-js.org/assets/badges/scalajs-0.6.20.svg)](http://scala-js.org) +[![Build Status](https://travis-ci.org/frees-io/sbt-freestyle-protogen.svg?branch=master)](https://travis-ci.org/frees-io/sbt-freestyle-protogen) [![codecov.io](http://codecov.io/github/frees-io/sbt-freestyle-protogen/coverage.svg?branch=master)](http://codecov.io/github/frees-io/sbt-freestyle-protogen?branch=master) [![Maven Central](https://img.shields.io/badge/maven%20central-0.0.9-green.svg)](https://oss.sonatype.org/#nexus-search;gav~io.frees~freestyle*) [![Latest version](https://img.shields.io/badge/sbt--freestyle--protogen-0.0.9-green.svg)](https://index.scala-lang.org/frees-io/sbt-freestyle-protogen) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/frees-io/sbt-freestyle-protogen/master/LICENSE) [![Join the chat at https://gitter.im/47deg/freestyle](https://badges.gitter.im/47deg/freestyle.svg)](https://gitter.im/47deg/freestyle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub Issues](https://img.shields.io/github/issues/frees-io/sbt-freestyle-protogen.svg)](https://github.com/frees-io/sbt-freestyle-protogen/issues) [![Scala.js](http://scala-js.org/assets/badges/scalajs-0.6.20.svg)](http://scala-js.org) [comment]: # (End Badges) @@ -19,7 +19,7 @@ Add the following line to `project/plugins.sbt`: [comment]: # (Start Replace) ```scala -addSbtPlugin("io.frees" % "sbt-frees-protogen" % "0.0.8") +addSbtPlugin("io.frees" % "sbt-frees-protogen" % "0.0.9") ``` [comment]: # (End Replace)