Skip to content

Commit

Permalink
Version 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFox committed Sep 4, 2016
1 parent 521c836 commit fbd40e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This is useful when you have a messaging application written in PHP but no graph

The preferred method of installation is via [Packagist](https://packagist.org/packages/thefox/smtpd) and [Composer](https://getcomposer.org/). Run the following command to install the package and add it as a requirement to composer.json:

composer.phar require "thefox/smtpd=~0.2"
composer.phar require "thefox/smtpd=~0.3"

## Usage

Expand Down
4 changes: 2 additions & 2 deletions src/TheFox/Smtp/Smtpd.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Smtpd{

const NAME = 'SMTPd';
const VERSION = '0.3.0-dev.1';
const RELEASE = 6;
const VERSION = '0.3.0';
const RELEASE = 7;

}

0 comments on commit fbd40e3

Please sign in to comment.