From 0e1f124f9182f12390f472499ff3419aa7dd5ecf Mon Sep 17 00:00:00 2001 From: Travis Swientek Date: Wed, 16 Oct 2013 13:52:33 -0700 Subject: [PATCH] Incremented version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5c25be..cf4abdb 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ 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.3 +php composer.phar require mailgun/mailgun-php:~1.4 ``` **For shared hosts without SSH access, check out our [Shared Host Instructions](SharedHostInstall.md).**