diff --git a/README.md b/README.md index 6cb760c55..51c1dc147 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ You can enable fatal warnings locally by either setting Rainier is published on sonatype. To use it in your SBT project, you can add the following to your build.sbt: ```scala -libraryDependencies += "com.stripe" %% "rainier-core" % "0.2.0" +libraryDependencies += "com.stripe" %% "rainier-core" % "0.2.1" ``` ## Authors @@ -109,8 +109,10 @@ Rainier's primary author is [Avi Bryant](http://twitter.com/avibryant) with majo * Mike Heaton * Grzegorz Kossakowski * Roban Kramer + * Jonny Law * Michael Manapat * Alan O'Donnell + * Adam Reese * David Rodriguez * Andy Scott * Aaron Steele diff --git a/version.sbt b/version.sbt index 9f4bd1e71..a500ff92b 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.2.0" +version in ThisBuild := "0.2.1"