From be7587a434f7779af9dff15acfe31286821d22f8 Mon Sep 17 00:00:00 2001 From: Nick Sagona Date: Fri, 1 Jul 2016 15:02:36 -0500 Subject: [PATCH] Update version --- src/Adapter/AbstractAdapter.php | 2 +- src/Adapter/AdapterInterface.php | 2 +- src/Adapter/Exception.php | 2 +- src/Adapter/Fedex.php | 2 +- src/Adapter/Ups.php | 2 +- src/Adapter/Usps.php | 2 +- src/Exception.php | 2 +- src/Shipping.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Adapter/AbstractAdapter.php b/src/Adapter/AbstractAdapter.php index 7a0f62d..8852be4 100644 --- a/src/Adapter/AbstractAdapter.php +++ b/src/Adapter/AbstractAdapter.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License - * @version 2.0.0 + * @version 2.1.0 */ abstract class AbstractAdapter implements AdapterInterface diff --git a/src/Adapter/AdapterInterface.php b/src/Adapter/AdapterInterface.php index 6aa3bf7..2d73a90 100644 --- a/src/Adapter/AdapterInterface.php +++ b/src/Adapter/AdapterInterface.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License - * @version 2.0.0 + * @version 2.1.0 */ interface AdapterInterface { diff --git a/src/Adapter/Exception.php b/src/Adapter/Exception.php index 2f30bd8..08a2883 100644 --- a/src/Adapter/Exception.php +++ b/src/Adapter/Exception.php @@ -21,6 +21,6 @@ * @author Nick Sagona, III * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License - * @version 2.0.0 + * @version 2.1.0 */ class Exception extends \Exception {} diff --git a/src/Adapter/Fedex.php b/src/Adapter/Fedex.php index 5cd937c..5dc033b 100644 --- a/src/Adapter/Fedex.php +++ b/src/Adapter/Fedex.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License - * @version 2.0.0 + * @version 2.1.0 */ class Fedex extends AbstractAdapter { diff --git a/src/Adapter/Ups.php b/src/Adapter/Ups.php index c6fa72d..15d309b 100644 --- a/src/Adapter/Ups.php +++ b/src/Adapter/Ups.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License - * @version 2.0.0 + * @version 2.1.0 */ class Ups extends AbstractAdapter { diff --git a/src/Adapter/Usps.php b/src/Adapter/Usps.php index b53c3a0..766d618 100644 --- a/src/Adapter/Usps.php +++ b/src/Adapter/Usps.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License - * @version 2.0.0 + * @version 2.1.0 */ class Usps extends AbstractAdapter { diff --git a/src/Exception.php b/src/Exception.php index 77e45be..896243a 100644 --- a/src/Exception.php +++ b/src/Exception.php @@ -21,6 +21,6 @@ * @author Nick Sagona, III * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License - * @version 2.0.0 + * @version 2.1.0 */ class Exception extends \Exception {} diff --git a/src/Shipping.php b/src/Shipping.php index e021c6a..c5f0f70 100644 --- a/src/Shipping.php +++ b/src/Shipping.php @@ -21,7 +21,7 @@ * @author Nick Sagona, III * @copyright Copyright (c) 2009-2016 NOLA Interactive, LLC. (http://www.nolainteractive.com) * @license http://www.popphp.org/license New BSD License - * @version 2.0.0 + * @version 2.1.0 */ class Shipping {