diff --git a/README.md b/README.md index ee5c519c0..2c3e7bff2 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,9 @@ Add Twilio SendGrid to your `composer.json` file. If you are not using [Composer #### Alternative: Install package from zip -If you are not using Composer, simply download and install the **[latest packaged release of the library as a zip](https://github.com/sendgrid/sendgrid-php/releases/download/7.5.1/sendgrid-php.zip)**. +If you are not using Composer, simply download and install the **[latest packaged release of the library as a zip](https://github.com/sendgrid/sendgrid-php/releases/download/7.5.2/sendgrid-php.zip)**. -[**⬇︎ Download Packaged Library ⬇︎**](https://github.com/sendgrid/sendgrid-php/releases/download/7.5.1/sendgrid-php.zip) +[**⬇︎ Download Packaged Library ⬇︎**](https://github.com/sendgrid/sendgrid-php/releases/download/7.5.2/sendgrid-php.zip) Previous versions of the library can be found in the [version index](https://sendgrid-open-source.s3.amazonaws.com/index.html) or downloaded directly from [GitHub](https://github.com/sendgrid/sendgrid-php/releases). diff --git a/lib/BaseSendGridClientInterface.php b/lib/BaseSendGridClientInterface.php index 90584a5bf..80f70031b 100644 --- a/lib/BaseSendGridClientInterface.php +++ b/lib/BaseSendGridClientInterface.php @@ -7,7 +7,7 @@ */ class BaseSendGridClientInterface { - const VERSION = '7.5.1'; + const VERSION = '7.5.2'; // @var \SendGrid\Client public $client;