Skip to content

Commit

Permalink
update readme and version.sbt for 0.2.1 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
avi-stripe authored Feb 10, 2019
1 parent 98cb369 commit 4290a7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.2.0"
version in ThisBuild := "0.2.1"

0 comments on commit 4290a7c

Please sign in to comment.