Skip to content

Commit 5a6c5c7

Browse files
committed
Release 7.8.1
1 parent 3c3c538 commit 5a6c5c7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ Add Twilio SendGrid to your `composer.json` file. If you are not using [Composer
7676

7777
#### Alternative: Install package from zip
7878

79-
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.8.0/sendgrid-php.zip)**.
79+
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.8.1/sendgrid-php.zip)**.
8080

81-
[**⬇︎ Download Packaged Library ⬇︎**](https://github.com/sendgrid/sendgrid-php/releases/download/7.8.0/sendgrid-php.zip)
81+
[**⬇︎ Download Packaged Library ⬇︎**](https://github.com/sendgrid/sendgrid-php/releases/download/7.8.1/sendgrid-php.zip)
8282

8383
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).
8484

lib/BaseSendGridClientInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
abstract class BaseSendGridClientInterface
1313
{
1414
/** @var string SendGrid API library version */
15-
const VERSION = '7.8.0';
15+
const VERSION = '7.8.1';
1616

1717
/** @var Client SendGrid HTTP Client library */
1818
public $client;

0 commit comments

Comments
 (0)