From 60bb577664284e1257c8383d4b432491a1ccbc35 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 9 Nov 2015 08:39:52 -0500 Subject: [PATCH] bump version for 0.7.3 release --- README.md | 4 ++-- version.sbt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a274ee7..89806e0 100644 --- a/README.md +++ b/README.md @@ -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'). - + 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 diff --git a/version.sbt b/version.sbt index 3d9f084..6f17ac4 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.7.2" +version in ThisBuild := "0.7.3"