diff --git a/CHANGELOG b/CHANGELOG index ffadd6a..cc1d614 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ monty - changelog ================= -2.3.1 (not yet released) +2.3.1 (2013-08-02) + #3 Apply PEAR coding standards 2.3.0 (2013-08-01) diff --git a/classes/monty.class.php b/classes/monty.class.php index dad2667..132a145 100644 --- a/classes/monty.class.php +++ b/classes/monty.class.php @@ -10,7 +10,7 @@ * @author J.M. * @copyright 2011-2013 J.M. * @license http://opensource.org/licenses/LGPL-3.0 GNU Lesser Public License 3.0 - * @version 2.3.0 + * @version 2.3.1 * @link https://github.com/mynetx/monty/ */ diff --git a/composer.json b/composer.json index b119af9..d6d710c 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "mynetx/monty", "description" : "monty is a simple database wrapper.", - "version": "2.3.0", + "version": "2.3.1", "autoload": { "classmap": ["loader.php"] }, diff --git a/loader.php b/loader.php index b084502..8ae92a2 100644 --- a/loader.php +++ b/loader.php @@ -10,7 +10,7 @@ * @author J.M. * @copyright 2011-2013 J.M. * @license http://opensource.org/licenses/LGPL-3.0 GNU Lesser Public License 3.0 - * @version 2.3.0 + * @version 2.3.1 * @link https://github.com/mynetx/monty/ */