From b53f8a0caf89d95051c692d161c2c9c952bf328f Mon Sep 17 00:00:00 2001 From: Twilio Date: Wed, 13 May 2020 20:22:54 +0000 Subject: [PATCH] Release 7.5.1 --- README.md | 4 ++-- lib/BaseInterface.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e58f2035c..ee5c519c0 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.0/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.1/sendgrid-php.zip)**. -[**⬇︎ Download Packaged Library ⬇︎**](https://github.com/sendgrid/sendgrid-php/releases/download/7.5.0/sendgrid-php.zip) +[**⬇︎ Download Packaged Library ⬇︎**](https://github.com/sendgrid/sendgrid-php/releases/download/7.5.1/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/BaseInterface.php b/lib/BaseInterface.php index 122422ac3..a77f24ca8 100644 --- a/lib/BaseInterface.php +++ b/lib/BaseInterface.php @@ -7,7 +7,7 @@ */ class BaseInterface { - const VERSION = '7.5.0'; + const VERSION = '7.5.1'; // @var \SendGrid\Client public $client;