From 8cf4d2a13eaed2e89ed0d0e7f9dd8c8d0f3d44aa Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Fri, 30 Jun 2017 11:26:36 +0100 Subject: [PATCH] Prep for 0.5.0 release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73edfbf..f06da52 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# bintray sbt +# sbt-bintray An sbt interface for publishing and resolving [bintray](https://bintray.com) packages. @@ -12,7 +12,7 @@ An sbt interface for publishing and resolving [bintray](https://bintray.com) pac Add the following to your sbt `project/plugins.sbt` file: ```scala -addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.4.0") +addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.0") ``` **Note**: Both the plugin organization and the name has changed in 0.4.0.