Skip to content

Commit

Permalink
bump version for 0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhjames committed Apr 10, 2015
1 parent 8edda59 commit 087cbdf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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.0"
libraryDependencies += "com.github.dwhjames" %% "aws-wrap" % "0.7.1"
```

## License
Expand Down
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ 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.7.0"

scalaVersion in ThisBuild := "2.11.6"

crossScalaVersions in ThisBuild := Seq("2.10.5", "2.11.6")
Expand Down
1 change: 1 addition & 0 deletions version.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version in ThisBuild := "0.7.1"

0 comments on commit 087cbdf

Please sign in to comment.