Skip to content

Commit ee8a028

Browse files
committed
Release 0.6.6
1 parent 21c27b8 commit ee8a028

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Add the following to your `composer.json` file.
4646
```json
4747
{
4848
"require": {
49-
"sendgrid/smtpapi": "^0.6.5"
49+
"sendgrid/smtpapi": "^0.6.6"
5050
}
5151
}
5252
```
@@ -59,9 +59,9 @@ require 'vendor/autoload.php';
5959

6060
#### Alternative: Install package from zip
6161

62-
If you are not using Composer, simply download and install the **[latest packaged release of the library as a zip](https://github.com/sendgrid/smtpapi-php/releases/download/0.6.5/smtpapi-php.zip)**.
62+
If you are not using Composer, simply download and install the **[latest packaged release of the library as a zip](https://github.com/sendgrid/smtpapi-php/releases/download/0.6.6/smtpapi-php.zip)**.
6363

64-
[**⬇︎ Download Packaged Library ⬇︎**](https://github.com/sendgrid/smtpapi-php/releases/download/0.6.5/smtpapi-php.zip)
64+
[**⬇︎ Download Packaged Library ⬇︎**](https://github.com/sendgrid/smtpapi-php/releases/download/0.6.6/smtpapi-php.zip)
6565

6666
Then require the library from package:
6767

lib/Smtpapi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class Smtpapi
44
{
5-
const VERSION = '0.6.5';
5+
const VERSION = '0.6.6';
66

77
public static function register_autoloader()
88
{

0 commit comments

Comments
 (0)