From 8ae1e8af1ef8487f7e0cd97bf7320e8e57c896c1 Mon Sep 17 00:00:00 2001 From: Travis Swientek Date: Mon, 19 Aug 2013 11:31:53 -0700 Subject: [PATCH] Update README.md Updated version. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d088625..1cad767 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is the Mailgun PHP SDK. This SDK contains methods for easily interacting wi Below are examples to get you started. For additional examples, please see our official documentation at http://documentation.mailgun.com -Current Release: 0.4-Beta +Current Release: 0.7 Installation ------------ @@ -18,7 +18,7 @@ If you aren't using Composer yet, it's really simple! Here's how to install comp curl -sS https://getcomposer.org/installer | php # Add Mailgun as a dependency -php composer.phar require mailgun/mailgun-php-sdk:~0.1 +php composer.phar require mailgun/mailgun-php-sdk:~0.7 ``` For shared hosts with SSH access, you might need to run this instead (contact your shared host for assistance):