Skip to content

Commit 5a36cd2

Browse files
committed
Release 0.6.4
1 parent d1b918a commit 5a36cd2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Add the following to your `composer.json` file.
4545
```json
4646
{
4747
"require": {
48-
"sendgrid/smtpapi": "^0.6.3"
48+
"sendgrid/smtpapi": "^0.6.4"
4949
}
5050
}
5151
```
@@ -58,9 +58,9 @@ require 'vendor/autoload.php';
5858

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

61-
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.3/smtpapi-php.zip)**.
61+
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.4/smtpapi-php.zip)**.
6262

63-
[**⬇︎ Download Packaged Library ⬇︎**](https://github.com/sendgrid/smtpapi-php/releases/download/0.6.3/smtpapi-php.zip)
63+
[**⬇︎ Download Packaged Library ⬇︎**](https://github.com/sendgrid/smtpapi-php/releases/download/0.6.4/smtpapi-php.zip)
6464

6565
Then require the library from package:
6666

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.3';
5+
const VERSION = '0.6.4';
66

77
public static function register_autoloader()
88
{

0 commit comments

Comments
 (0)