diff --git a/AUTHORS.md b/AUTHORS.md index 2afba128d..91033c49a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -9,4 +9,3 @@ The maintainers of the project are: ## Contributors These are the people that have contributed to the Github4s project: - diff --git a/README.md b/README.md index c4db036ad..46fdc37e7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [comment]: # (Start Badges) -[![Build Status](https://travis-ci.org/47deg/github4s.svg?branch=master)](https://travis-ci.org/47deg/github4s) [![Join the chat at https://gitter.im/47deg/github4s](https://badges.gitter.im/47deg/github4s.svg)](https://gitter.im/47deg/github4s?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![codecov.io](http://codecov.io/github/47deg/github4s/coverage.svg?branch=master)](http://codecov.io/github/47deg/github4s?branch=master) [![Maven Central](https://img.shields.io/badge/maven%20central-0.20.0-green.svg)](https://oss.sonatype.org/#nexus-search;gav~com.47deg~github4s*) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47deg/github4s/master/LICENSE) [![Latest version](https://img.shields.io/badge/github4s-0.20.0-green.svg)](https://index.scala-lang.org/47deg/github4s) [![Scala.js](http://scala-js.org/assets/badges/scalajs-0.6.17.svg)](http://scala-js.org) [![GitHub Issues](https://img.shields.io/github/issues/47deg/github4s.svg)](https://github.com/47deg/github4s/issues) +[![Build Status](https://travis-ci.org/47deg/github4s.svg?branch=master)](https://travis-ci.org/47deg/github4s) [![Join the chat at https://gitter.im/47deg/github4s](https://badges.gitter.im/47deg/github4s.svg)](https://gitter.im/47deg/github4s?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![codecov.io](http://codecov.io/github/47deg/github4s/coverage.svg?branch=master)](http://codecov.io/github/47deg/github4s?branch=master) [![Maven Central](https://img.shields.io/badge/maven%20central-0.20.1-green.svg)](https://oss.sonatype.org/#nexus-search;gav~com.47deg~github4s*) [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/47deg/github4s/master/LICENSE) [![Latest version](https://img.shields.io/badge/github4s-0.20.1-green.svg)](https://index.scala-lang.org/47deg/github4s) [![Scala.js](http://scala-js.org/assets/badges/scalajs-0.6.17.svg)](http://scala-js.org) [![GitHub Issues](https://img.shields.io/github/issues/47deg/github4s.svg)](https://github.com/47deg/github4s/issues) [comment]: # (End Badges) @@ -21,7 +21,7 @@ For Scala.jvm: [comment]: # (Start Replace) ```scala -libraryDependencies += "com.47deg" %% "github4s" % "0.20.0" +libraryDependencies += "com.47deg" %% "github4s" % "0.20.1" ``` [comment]: # (End Replace) @@ -31,7 +31,7 @@ For Scala.js: [comment]: # (Start Replace) ```scala -libraryDependencies += "com.47deg" %%% "github4s" % "0.20.0" +libraryDependencies += "com.47deg" %%% "github4s" % "0.20.1" ``` [comment]: # (End Replace) @@ -51,6 +51,6 @@ If you wish to add your library here please consider a PR to include it in the l Github4s is designed and developed by 47 Degrees -Copyright (C) 2016-2018 47 Degrees. +Copyright (C) 2016-2019 47 Degrees. -[comment]: # (End Copyright) +[comment]: # (End Copyright) \ No newline at end of file diff --git a/docs/src/main/tut/index.md b/docs/src/main/tut/index.md index da0756da0..b594022cd 100644 --- a/docs/src/main/tut/index.md +++ b/docs/src/main/tut/index.md @@ -21,7 +21,7 @@ For Scala.jvm: [comment]: # (Start Replace) ```scala -libraryDependencies += "com.47deg" %% "github4s" % "0.20.0" +libraryDependencies += "com.47deg" %% "github4s" % "0.20.1" ``` [comment]: # (End Replace) @@ -31,7 +31,7 @@ For Scala.js: [comment]: # (Start Replace) ```scala -libraryDependencies += "com.47deg" %%% "github4s" % "0.20.0" +libraryDependencies += "com.47deg" %%% "github4s" % "0.20.1" ``` [comment]: # (End Replace) \ No newline at end of file