diff --git a/composer.json b/composer.json index 8016e20..f6ce384 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ }, "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "3.1.x-dev" } } } diff --git a/src/Csv.php b/src/Csv.php index c1c8f27..3a2d467 100644 --- a/src/Csv.php +++ b/src/Csv.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @copyright Copyright (c) 2009-2019 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License - * @version 3.0.2 + * @version 3.1.0 */ class Csv { diff --git a/src/Exception.php b/src/Exception.php index 58041ad..43bfc2c 100644 --- a/src/Exception.php +++ b/src/Exception.php @@ -21,6 +21,6 @@ * @author Nick Sagona, III * @copyright Copyright (c) 2009-2019 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License - * @version 3.0.2 + * @version 3.1.0 */ class Exception extends \Exception {}