Skip to content

Commit

Permalink
bump version for 0.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhjames committed Nov 9, 2015
1 parent 1080b86 commit 60bb577
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Asynchronous clients are provided for the following services:

aws-wrap is built for both Scala 2.10.x and 2.11.x against AWS Java SDK 1.9.x (for AWS Java SDK 1.8.x, use the 0.6.4 release of aws-wrap). Binary releases are available from [Bintray]('https://bintray.com/dwhjames/maven/aws-wrap/view?source=watch').

<a href='https://bintray.com/dwhjames/maven/aws-wrap/view?source=watch' alt='Get automatic notifications about new "play-cors" versions'><img src='https://www.bintray.com/docs/images/bintray_badge_color.png'></a>
<a href='https://bintray.com/dwhjames/maven/aws-wrap/view?source=watch' alt='Get automatic notifications about new "aws-wrap" versions'><img src='https://www.bintray.com/docs/images/bintray_badge_color.png'></a>

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.2"
libraryDependencies += "com.github.dwhjames" %% "aws-wrap" % "0.7.3"
```

## 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.2"
version in ThisBuild := "0.7.3"

0 comments on commit 60bb577

Please sign in to comment.