From fc08696661d456570c9cfcb38b166fded7d3c721 Mon Sep 17 00:00:00 2001 From: Gordon Stratton Date: Sat, 14 Dec 2013 04:10:21 +0000 Subject: [PATCH] Bump version to 1.2.* in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b8132f..2b6e2fe 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Install the module using Composer into your application's vendor directory. Add ```json { "require": { - "aws/aws-sdk-php-zf2": "1.1.*" + "aws/aws-sdk-php-zf2": "1.2.*" } } ```