Skip to content

Commit

Permalink
bump version for 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhjames committed Feb 23, 2015
1 parent 9f29e35 commit 0dfe7ae
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 @@ -14,7 +14,7 @@ Asynchronous clients are provided for the following services:

## Usage

aws-wrap is built for both Scala 2.10.x and 2.11.x. Binary releases are available from [Bintray]('https://bintray.com/dwhjames/maven/aws-wrap/view?source=watch').
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>

Expand All @@ -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.6.4"
libraryDependencies += "com.github.dwhjames" %% "aws-wrap" % "0.7.0"
```

## License
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ organization in ThisBuild := "com.github.dwhjames"

licenses in ThisBuild += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0"))

version in ThisBuild := "0.6.4"
version in ThisBuild := "0.7.0"

scalaVersion in ThisBuild := "2.11.5"

Expand Down

0 comments on commit 0dfe7ae

Please sign in to comment.