From fdba1b4db9dda673fd982aa884c9309b82bc98dc Mon Sep 17 00:00:00 2001 From: Travis Swientek Date: Wed, 19 Nov 2014 14:43:11 -0800 Subject: [PATCH] Update README.md Incremented version numbers --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84d59cc..55ddfda 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,12 @@ composer and the Mailgun SDK. curl -sS https://getcomposer.org/installer | php # Add Mailgun as a dependency -php composer.phar require mailgun/mailgun-php:~1.7.1 +php composer.phar require mailgun/mailgun-php:~1.7.2 ``` **For shared hosts without SSH access, check out our [Shared Host Instructions](SharedHostInstall.md).** -**Rather just download the files? [Library Download](https://9f67cbbd1116d8afb399-7760483f5d1e5f28c2d253278a2a5045.ssl.cf2.rackcdn.com/mailgun-php-1.7.1.zip).** +**Rather just download the files? [Library Download](https://9f67cbbd1116d8afb399-7760483f5d1e5f28c2d253278a2a5045.ssl.cf2.rackcdn.com/mailgun-php-1.7.2.zip).** Next, require Composer's autoloader, in your application, to automatically load the Mailgun SDK in your project: