Version bump to 1.5.

This commit is contained in:
Travis Swientek 2013-12-05 13:23:38 -08:00
parent c82fc3a578
commit 0018d4f6ad

View File

@ -22,7 +22,7 @@ composer and the Mailgun SDK.
curl -sS https://getcomposer.org/installer | php curl -sS https://getcomposer.org/installer | php
# Add Mailgun as a dependency # Add Mailgun as a dependency
php composer.phar require mailgun/mailgun-php:~1.4 php composer.phar require mailgun/mailgun-php:~1.5
``` ```
**For shared hosts without SSH access, check out our [Shared Host Instructions](SharedHostInstall.md).** **For shared hosts without SSH access, check out our [Shared Host Instructions](SharedHostInstall.md).**