Skip to content

Commit

Permalink
bump version for 0.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhjames committed Apr 22, 2015
1 parent a135f03 commit 912d488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you are using SBT, simply add the following to your `build.sbt` file:
```
resolvers += Resolver.bintrayRepo("dwhjames", "maven")
libraryDependencies += "com.github.dwhjames" %% "aws-wrap" % "0.7.1"
libraryDependencies += "com.github.dwhjames" %% "aws-wrap" % "0.7.2"
```

## License
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.7.1"
version in ThisBuild := "0.7.2"

0 comments on commit 912d488

Please sign in to comment.