From 5117e784e4e4b213396e020b745217041221cbd7 Mon Sep 17 00:00:00 2001 From: Nick Galbraith Date: Thu, 20 Nov 2014 13:15:17 -0700 Subject: [PATCH] Update version number in Readme file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bd23ca..8e50e8b 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Composer is a dependency management tool for PHP that allows you to declare the ```javascript { "require": { - "constantcontact/constantcontact": "1.1.*" + "constantcontact/constantcontact": "1.2.*" } } ```