From 3df3ca967116575e539ea1f5a80604e3efd29a4c Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Thu, 16 Mar 2023 16:24:11 -0400 Subject: [PATCH] Bump version --- src/Driver/AbstractDriver.php | 2 +- src/Driver/ApcuDriver.php | 2 +- src/Driver/DriverInterface.php | 2 +- src/Driver/MemcachedDriver.php | 2 +- src/Driver/NullDriver.php | 2 +- src/Driver/RedisDriver.php | 2 +- src/Exception/CacheException.php | 2 +- src/Exception/InvalidArgumentException.php | 2 +- src/Item.php | 2 +- src/ItemCollection.php | 2 +- src/KeyValidateTrait.php | 2 +- src/LoggerTrait.php | 2 +- src/Pool.php | 2 +- src/Teller.php | 2 +- src/_Driver.php | 2 +- tests/Driver/ApcuDriverTest.php | 2 +- tests/Driver/DriverTestBase.php | 2 +- tests/Driver/MemcachedDriverTest.php | 2 +- tests/Driver/NullDriverTest.php | 2 +- tests/Driver/RedisDriverTest.php | 2 +- tests/Friend.php | 2 +- tests/ItemCollectionTest.php | 2 +- tests/ItemTest.php | 2 +- tests/PoolTest.php | 2 +- tests/TellerTest.php | 2 +- tests/bootstrap.php | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/Driver/AbstractDriver.php b/src/Driver/AbstractDriver.php index 4485db7..8b65df2 100644 --- a/src/Driver/AbstractDriver.php +++ b/src/Driver/AbstractDriver.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Driver/ApcuDriver.php b/src/Driver/ApcuDriver.php index ba58084..1252eb8 100644 --- a/src/Driver/ApcuDriver.php +++ b/src/Driver/ApcuDriver.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Driver/DriverInterface.php b/src/Driver/DriverInterface.php index 0cd3a88..772cd37 100644 --- a/src/Driver/DriverInterface.php +++ b/src/Driver/DriverInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Driver/MemcachedDriver.php b/src/Driver/MemcachedDriver.php index 6f40942..b1ae085 100644 --- a/src/Driver/MemcachedDriver.php +++ b/src/Driver/MemcachedDriver.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Driver/NullDriver.php b/src/Driver/NullDriver.php index cf6c837..eb49a08 100644 --- a/src/Driver/NullDriver.php +++ b/src/Driver/NullDriver.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Driver/RedisDriver.php b/src/Driver/RedisDriver.php index 4e5a788..e790946 100644 --- a/src/Driver/RedisDriver.php +++ b/src/Driver/RedisDriver.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Exception/CacheException.php b/src/Exception/CacheException.php index dc658a0..0a4a26a 100644 --- a/src/Exception/CacheException.php +++ b/src/Exception/CacheException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Exception; diff --git a/src/Exception/InvalidArgumentException.php b/src/Exception/InvalidArgumentException.php index 1c888db..d68e635 100644 --- a/src/Exception/InvalidArgumentException.php +++ b/src/Exception/InvalidArgumentException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Exception; diff --git a/src/Item.php b/src/Item.php index 395656f..84e12d8 100644 --- a/src/Item.php +++ b/src/Item.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/ItemCollection.php b/src/ItemCollection.php index 6780bda..dd45b91 100644 --- a/src/ItemCollection.php +++ b/src/ItemCollection.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/KeyValidateTrait.php b/src/KeyValidateTrait.php index 9ffdb1b..0d43466 100644 --- a/src/KeyValidateTrait.php +++ b/src/KeyValidateTrait.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/LoggerTrait.php b/src/LoggerTrait.php index aa6eb8e..47c0671 100644 --- a/src/LoggerTrait.php +++ b/src/LoggerTrait.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/Pool.php b/src/Pool.php index 7867ba7..9bdac1f 100644 --- a/src/Pool.php +++ b/src/Pool.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/Teller.php b/src/Teller.php index e1b3d4d..f9b6e8c 100644 --- a/src/Teller.php +++ b/src/Teller.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/_Driver.php b/src/_Driver.php index e19cd5d..da9d4b9 100644 --- a/src/_Driver.php +++ b/src/_Driver.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/tests/Driver/ApcuDriverTest.php b/tests/Driver/ApcuDriverTest.php index bafb435..1ecd554 100644 --- a/tests/Driver/ApcuDriverTest.php +++ b/tests/Driver/ApcuDriverTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests\Driver; diff --git a/tests/Driver/DriverTestBase.php b/tests/Driver/DriverTestBase.php index bd693c8..50c67af 100644 --- a/tests/Driver/DriverTestBase.php +++ b/tests/Driver/DriverTestBase.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests\Driver; diff --git a/tests/Driver/MemcachedDriverTest.php b/tests/Driver/MemcachedDriverTest.php index 7596af5..9fa21be 100644 --- a/tests/Driver/MemcachedDriverTest.php +++ b/tests/Driver/MemcachedDriverTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests\Driver; diff --git a/tests/Driver/NullDriverTest.php b/tests/Driver/NullDriverTest.php index 1450f8a..cf16ca4 100644 --- a/tests/Driver/NullDriverTest.php +++ b/tests/Driver/NullDriverTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests\Driver; diff --git a/tests/Driver/RedisDriverTest.php b/tests/Driver/RedisDriverTest.php index d550a29..9ba0251 100644 --- a/tests/Driver/RedisDriverTest.php +++ b/tests/Driver/RedisDriverTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests\Driver; diff --git a/tests/Friend.php b/tests/Friend.php index c91007e..330cc16 100644 --- a/tests/Friend.php +++ b/tests/Friend.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/ItemCollectionTest.php b/tests/ItemCollectionTest.php index 9346114..837e8c1 100644 --- a/tests/ItemCollectionTest.php +++ b/tests/ItemCollectionTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/ItemTest.php b/tests/ItemTest.php index 1ac61bb..83f1f13 100644 --- a/tests/ItemTest.php +++ b/tests/ItemTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/PoolTest.php b/tests/PoolTest.php index a9b62fc..8865ff2 100644 --- a/tests/PoolTest.php +++ b/tests/PoolTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/TellerTest.php b/tests/TellerTest.php index ee20e64..b5ab795 100644 --- a/tests/TellerTest.php +++ b/tests/TellerTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/bootstrap.php b/tests/bootstrap.php index cc0b3fd..d7fa42a 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.0 + * @version 4.1.1 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests;