Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Prep for 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Jun 30, 2017
1 parent 5786a01 commit 8cf4d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bintray sbt
# sbt-bintray

An sbt interface for publishing and resolving [bintray](https://bintray.com) packages.

Expand All @@ -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.
Expand Down

0 comments on commit 8cf4d2a

Please sign in to comment.