diff --git a/lib/StorageAbstract.php b/lib/StorageAbstract.php index 67bf940..19874ab 100644 --- a/lib/StorageAbstract.php +++ b/lib/StorageAbstract.php @@ -29,7 +29,7 @@ * @author Bobby Angelov * @copyright 2014 Yani Iliev, Bobby Angelov * @license https://raw.github.com/borislav-angelov/storage-factory/master/LICENSE The MIT License (MIT) - * @version GIT: 1.8.0 + * @version GIT: 1.9.0 * @link https://github.com/borislav-angelov/storage-factory/ */ @@ -42,7 +42,7 @@ * @author Bobby Angelov * @copyright 2014 Yani Iliev, Bobby Angelov * @license https://raw.github.com/borislav-angelov/storage-factory/master/LICENSE The MIT License (MIT) - * @version GIT: 1.8.0 + * @version GIT: 1.9.0 * @link https://github.com/borislav-angelov/storage-factory/ */ abstract class StorageAbstract diff --git a/lib/StorageArea.php b/lib/StorageArea.php index e67c854..758cfc7 100644 --- a/lib/StorageArea.php +++ b/lib/StorageArea.php @@ -29,7 +29,7 @@ * @author Bobby Angelov * @copyright 2014 Yani Iliev, Bobby Angelov * @license https://raw.github.com/borislav-angelov/storage-factory/master/LICENSE The MIT License (MIT) - * @version GIT: 1.8.0 + * @version GIT: 1.9.0 * @link https://github.com/borislav-angelov/storage-factory/ */ @@ -45,7 +45,7 @@ * @author Bobby Angelov * @copyright 2014 Yani Iliev, Bobby Angelov * @license https://raw.github.com/borislav-angelov/storage-factory/master/LICENSE The MIT License (MIT) - * @version GIT: 1.8.0 + * @version GIT: 1.9.0 * @link https://github.com/borislav-angelov/storage-factory/ */ class StorageArea diff --git a/lib/StorageDirectory.php b/lib/StorageDirectory.php index 2a2d545..eef26f0 100644 --- a/lib/StorageDirectory.php +++ b/lib/StorageDirectory.php @@ -29,7 +29,7 @@ * @author Bobby Angelov * @copyright 2014 Yani Iliev, Bobby Angelov * @license https://raw.github.com/borislav-angelov/storage-factory/master/LICENSE The MIT License (MIT) - * @version GIT: 1.8.0 + * @version GIT: 1.9.0 * @link https://github.com/borislav-angelov/storage-factory/ */ @@ -44,7 +44,7 @@ * @author Bobby Angelov * @copyright 2014 Yani Iliev, Bobby Angelov * @license https://raw.github.com/borislav-angelov/storage-factory/master/LICENSE The MIT License (MIT) - * @version GIT: 1.8.0 + * @version GIT: 1.9.0 * @link https://github.com/borislav-angelov/storage-factory/ */ class StorageDirectory extends StorageAbstract diff --git a/lib/StorageFile.php b/lib/StorageFile.php index eaf3fe2..1eb54d5 100644 --- a/lib/StorageFile.php +++ b/lib/StorageFile.php @@ -29,7 +29,7 @@ * @author Bobby Angelov * @copyright 2014 Yani Iliev, Bobby Angelov * @license https://raw.github.com/borislav-angelov/storage-factory/master/LICENSE The MIT License (MIT) - * @version GIT: 1.8.0 + * @version GIT: 1.9.0 * @link https://github.com/borislav-angelov/storage-factory/ */ @@ -44,7 +44,7 @@ * @author Bobby Angelov * @copyright 2014 Yani Iliev, Bobby Angelov * @license https://raw.github.com/borislav-angelov/storage-factory/master/LICENSE The MIT License (MIT) - * @version GIT: 1.8.0 + * @version GIT: 1.9.0 * @link https://github.com/borislav-angelov/storage-factory/ */ class StorageFile extends StorageAbstract diff --git a/test/bootstrap.php b/test/bootstrap.php index d03690d..f2f4b0a 100644 --- a/test/bootstrap.php +++ b/test/bootstrap.php @@ -29,7 +29,7 @@ * @author Bobby Angelov * @copyright 2014 Yani Iliev, Bobby Angelov * @license https://raw.github.com/borislav-angelov/storage-factory/master/LICENSE The MIT License (MIT) - * @version GIT: 1.8.0 + * @version GIT: 1.9.0 * @link https://github.com/borislav-angelov/storage-factory/ */ diff --git a/test/test-storage-factory.php b/test/test-storage-factory.php index c83c588..1abdee2 100644 --- a/test/test-storage-factory.php +++ b/test/test-storage-factory.php @@ -29,7 +29,7 @@ * @author Bobby Angelov * @copyright 2014 Yani Iliev, Bobby Angelov * @license https://raw.github.com/borislav-angelov/storage-factory/master/LICENSE The MIT License (MIT) - * @version GIT: 1.8.0 + * @version GIT: 1.9.0 * @link https://github.com/borislav-angelov/storage-factory/ */ @@ -42,7 +42,7 @@ * @author Bobby Angelov * @copyright 2014 Yani Iliev, Bobby Angelov * @license https://raw.github.com/borislav-angelov/storage-factory/master/LICENSE The MIT License (MIT) - * @version GIT: 1.8.0 + * @version GIT: 1.9.0 * @link https://github.com/borislav-angelov/storage-factory/ */ class StorageFactoryTest extends PHPUnit_Framework_TestCase