Skip to content

Commit

Permalink
updating to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robmorgan committed Feb 23, 2014
1 parent 8f4ae2b commit 6ba72e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ Follow Rob (@\_rjm\_) on Twitter to stay to date (http://twitter.com/_rjm_)

### Version History

**0.3.1** (Sunday, 23rd February 2014)

* Adding MySQL charset support to the YAML config
* Removing trailing spaces

**0.3.0** (Sunday, 2nd February 2014)

* PSR-2 support
Expand Down
2 changes: 1 addition & 1 deletion bin/phinx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

if (!defined('PHINX_VERSION')) {
define('PHINX_VERSION', (0 === strpos('@PHINX_VERSION@', '@PHINX_VERSION')) ? '0.3.0' : '@PHINX_VERSION@');
define('PHINX_VERSION', (0 === strpos('@PHINX_VERSION@', '@PHINX_VERSION')) ? '0.3.1' : '@PHINX_VERSION@');
}

$files = array(
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.0'
release = '0.3.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 6ba72e8

Please sign in to comment.