From 4290a7c86430f5b6f20a709dbf52f796fff4bf81 Mon Sep 17 00:00:00 2001 From: avi-stripe Date: Sun, 10 Feb 2019 12:54:22 -0800 Subject: [PATCH] update readme and version.sbt for 0.2.1 (#325) --- README.md | 4 +++- version.sbt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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"