From 723c7dadefee9847b45a89a014cdd42332cd2a29 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Fri, 5 Oct 2018 11:44:11 -0400 Subject: [PATCH] Update version --- build/header_comment.txt | 2 +- src/ArrayWrapper.php | 2 +- src/Config.php | 2 +- src/ConfigInterface.php | 2 +- src/Di/Container.php | 2 +- src/Di/ContainerAware.php | 2 +- src/Di/ContainerAwareInterface.php | 2 +- src/Di/ContainerInterface.php | 2 +- src/Di/Exception/ContainerException.php | 2 +- src/Di/Exception/NotFoundException.php | 2 +- src/Enum.php | 2 +- src/Exception/ConfigException.php | 2 +- src/Exception/DoubleRenderException.php | 2 +- src/Friend.php | 2 +- src/Json.php | 2 +- src/JsonException.php | 2 +- src/Model.php | 2 +- src/Model/DB.php | 2 +- src/StringWrapper.php | 2 +- src/Transformer/AbstractTransformer.php | 2 +- src/Transformer/TransformerInterface.php | 2 +- src/Type/ArrayType.php | 2 +- src/Type/StringType.php | 2 +- src/View.php | 2 +- src/View/HtmlView.php | 2 +- src/View/HttpView.php | 2 +- src/View/JsonView.php | 2 +- src/ViewInterface.php | 2 +- src/functions.php | 2 +- tests/BaseModelTest.php | 2 +- tests/ConfigTest.php | 2 +- tests/Di/ContainerAwareTest.php | 2 +- tests/Di/ContainerTest.php | 2 +- tests/EnumTest.php | 2 +- tests/Exception/DoubleRenderExceptionTest.php | 2 +- tests/FriendTest.php | 2 +- tests/Ion_TestCase.php | 2 +- tests/JsonTest.php | 2 +- tests/Model/BaseDBModelTest.php | 2 +- tests/StringWrapperTest.php | 2 +- tests/TestSessionHandler.php | 2 +- tests/Transformer/AbstractTransformerTest.php | 2 +- tests/Type/ArrayTypeTest.php | 2 +- tests/Type/StringTypeTest.php | 2 +- tests/View/HtmlViewTest.php | 2 +- tests/View/HttpViewTest.php | 2 +- tests/View/JsonViewTest.php | 2 +- tests/functionsTest.php | 2 +- tests/mocks.php | 2 +- 49 files changed, 49 insertions(+), 49 deletions(-) diff --git a/build/header_comment.txt b/build/header_comment.txt index 8969c6c..e3fc3e6 100644 --- a/build/header_comment.txt +++ b/build/header_comment.txt @@ -9,7 +9,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/ArrayWrapper.php b/src/ArrayWrapper.php index 2da9dfd..9ebfede 100644 --- a/src/ArrayWrapper.php +++ b/src/ArrayWrapper.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Config.php b/src/Config.php index a8df6b3..6790df0 100644 --- a/src/Config.php +++ b/src/Config.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/ConfigInterface.php b/src/ConfigInterface.php index bc9879c..90998e3 100644 --- a/src/ConfigInterface.php +++ b/src/ConfigInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/Container.php b/src/Di/Container.php index ca39b6e..4676b5a 100644 --- a/src/Di/Container.php +++ b/src/Di/Container.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/ContainerAware.php b/src/Di/ContainerAware.php index c38c1af..dbf9817 100644 --- a/src/Di/ContainerAware.php +++ b/src/Di/ContainerAware.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/ContainerAwareInterface.php b/src/Di/ContainerAwareInterface.php index 269fa6d..f0bd5f5 100644 --- a/src/Di/ContainerAwareInterface.php +++ b/src/Di/ContainerAwareInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/ContainerInterface.php b/src/Di/ContainerInterface.php index 4418243..d68d7e9 100644 --- a/src/Di/ContainerInterface.php +++ b/src/Di/ContainerInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/Exception/ContainerException.php b/src/Di/Exception/ContainerException.php index a1cccf3..f44997c 100644 --- a/src/Di/Exception/ContainerException.php +++ b/src/Di/Exception/ContainerException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/Exception/NotFoundException.php b/src/Di/Exception/NotFoundException.php index 04d7d02..53e008c 100644 --- a/src/Di/Exception/NotFoundException.php +++ b/src/Di/Exception/NotFoundException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Enum.php b/src/Enum.php index 65832d0..72cc934 100644 --- a/src/Enum.php +++ b/src/Enum.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Exception/ConfigException.php b/src/Exception/ConfigException.php index 8152b00..28e1eed 100644 --- a/src/Exception/ConfigException.php +++ b/src/Exception/ConfigException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Exception/DoubleRenderException.php b/src/Exception/DoubleRenderException.php index 42b55ed..53e5b06 100644 --- a/src/Exception/DoubleRenderException.php +++ b/src/Exception/DoubleRenderException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Friend.php b/src/Friend.php index 50905d9..7088ac2 100644 --- a/src/Friend.php +++ b/src/Friend.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Json.php b/src/Json.php index 667961b..db4df8b 100644 --- a/src/Json.php +++ b/src/Json.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/JsonException.php b/src/JsonException.php index e2ba426..b6ca5db 100644 --- a/src/JsonException.php +++ b/src/JsonException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Model.php b/src/Model.php index f80d26b..992462e 100644 --- a/src/Model.php +++ b/src/Model.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Model/DB.php b/src/Model/DB.php index b8c2417..ef83438 100644 --- a/src/Model/DB.php +++ b/src/Model/DB.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/StringWrapper.php b/src/StringWrapper.php index 4ff51f2..23f170b 100644 --- a/src/StringWrapper.php +++ b/src/StringWrapper.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Transformer/AbstractTransformer.php b/src/Transformer/AbstractTransformer.php index 69e04e6..ec27969 100644 --- a/src/Transformer/AbstractTransformer.php +++ b/src/Transformer/AbstractTransformer.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Transformer/TransformerInterface.php b/src/Transformer/TransformerInterface.php index 79512db..22f4347 100644 --- a/src/Transformer/TransformerInterface.php +++ b/src/Transformer/TransformerInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Type/ArrayType.php b/src/Type/ArrayType.php index 69c56e1..9accb9e 100644 --- a/src/Type/ArrayType.php +++ b/src/Type/ArrayType.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Type/StringType.php b/src/Type/StringType.php index 16402e6..576f910 100644 --- a/src/Type/StringType.php +++ b/src/Type/StringType.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/View.php b/src/View.php index b649223..340a76e 100644 --- a/src/View.php +++ b/src/View.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/View/HtmlView.php b/src/View/HtmlView.php index 0b14acf..6be0dd6 100644 --- a/src/View/HtmlView.php +++ b/src/View/HtmlView.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/View/HttpView.php b/src/View/HttpView.php index db4b457..7e19a65 100644 --- a/src/View/HttpView.php +++ b/src/View/HttpView.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/View/JsonView.php b/src/View/JsonView.php index 7cf0874..6083dfd 100644 --- a/src/View/JsonView.php +++ b/src/View/JsonView.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/ViewInterface.php b/src/ViewInterface.php index 1bd0f8a..2d5cce0 100644 --- a/src/ViewInterface.php +++ b/src/ViewInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/functions.php b/src/functions.php index fb90a34..291211f 100644 --- a/src/functions.php +++ b/src/functions.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/BaseModelTest.php b/tests/BaseModelTest.php index c6db2ff..b396613 100644 --- a/tests/BaseModelTest.php +++ b/tests/BaseModelTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/ConfigTest.php b/tests/ConfigTest.php index a8260a0..1ee924c 100644 --- a/tests/ConfigTest.php +++ b/tests/ConfigTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Di/ContainerAwareTest.php b/tests/Di/ContainerAwareTest.php index cd9cbd4..518d35a 100644 --- a/tests/Di/ContainerAwareTest.php +++ b/tests/Di/ContainerAwareTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Di/ContainerTest.php b/tests/Di/ContainerTest.php index 0ba8387..a02944a 100644 --- a/tests/Di/ContainerTest.php +++ b/tests/Di/ContainerTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/EnumTest.php b/tests/EnumTest.php index ba7eb1f..b7ca6d6 100644 --- a/tests/EnumTest.php +++ b/tests/EnumTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Exception/DoubleRenderExceptionTest.php b/tests/Exception/DoubleRenderExceptionTest.php index f5d6049..bbeb27a 100644 --- a/tests/Exception/DoubleRenderExceptionTest.php +++ b/tests/Exception/DoubleRenderExceptionTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/FriendTest.php b/tests/FriendTest.php index ad68905..e4d4b33 100644 --- a/tests/FriendTest.php +++ b/tests/FriendTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Ion_TestCase.php b/tests/Ion_TestCase.php index 92855ae..b9d7b83 100644 --- a/tests/Ion_TestCase.php +++ b/tests/Ion_TestCase.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/JsonTest.php b/tests/JsonTest.php index 2b1197a..1e657f9 100644 --- a/tests/JsonTest.php +++ b/tests/JsonTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Model/BaseDBModelTest.php b/tests/Model/BaseDBModelTest.php index beee6ef..44b97a5 100644 --- a/tests/Model/BaseDBModelTest.php +++ b/tests/Model/BaseDBModelTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/StringWrapperTest.php b/tests/StringWrapperTest.php index e6c6ac7..2154471 100644 --- a/tests/StringWrapperTest.php +++ b/tests/StringWrapperTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/TestSessionHandler.php b/tests/TestSessionHandler.php index 1faebd1..5ba4420 100644 --- a/tests/TestSessionHandler.php +++ b/tests/TestSessionHandler.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Transformer/AbstractTransformerTest.php b/tests/Transformer/AbstractTransformerTest.php index 0e0571b..7a98060 100644 --- a/tests/Transformer/AbstractTransformerTest.php +++ b/tests/Transformer/AbstractTransformerTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Type/ArrayTypeTest.php b/tests/Type/ArrayTypeTest.php index 227acb6..dd1790e 100644 --- a/tests/Type/ArrayTypeTest.php +++ b/tests/Type/ArrayTypeTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Type/StringTypeTest.php b/tests/Type/StringTypeTest.php index d966707..f749b97 100644 --- a/tests/Type/StringTypeTest.php +++ b/tests/Type/StringTypeTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/View/HtmlViewTest.php b/tests/View/HtmlViewTest.php index db9828b..beb5c01 100644 --- a/tests/View/HtmlViewTest.php +++ b/tests/View/HtmlViewTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/View/HttpViewTest.php b/tests/View/HttpViewTest.php index f5ed92b..1e1235a 100644 --- a/tests/View/HttpViewTest.php +++ b/tests/View/HttpViewTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/View/JsonViewTest.php b/tests/View/JsonViewTest.php index 71562a9..06edb95 100644 --- a/tests/View/JsonViewTest.php +++ b/tests/View/JsonViewTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/functionsTest.php b/tests/functionsTest.php index f235c21..e343787 100644 --- a/tests/functionsTest.php +++ b/tests/functionsTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/mocks.php b/tests/mocks.php index 3635f5e..ed7a388 100644 --- a/tests/mocks.php +++ b/tests/mocks.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.3.0 + * @version 2.4.0 * @link https://git.timshomepage.net/timw4mail/ion */