Skip to content

Commit

Permalink
Bump version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
borislav-angelov committed May 18, 2014
1 parent 5efc18f commit 074bbf7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions lib/StorageAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Bobby Angelov <bobby@servmask.com>
* @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/
*/

Expand All @@ -42,7 +42,7 @@
* @author Bobby Angelov <bobby@servmask.com>
* @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
Expand Down
4 changes: 2 additions & 2 deletions lib/StorageArea.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Bobby Angelov <bobby@servmask.com>
* @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/
*/

Expand All @@ -45,7 +45,7 @@
* @author Bobby Angelov <bobby@servmask.com>
* @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
Expand Down
4 changes: 2 additions & 2 deletions lib/StorageDirectory.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Bobby Angelov <bobby@servmask.com>
* @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/
*/

Expand All @@ -44,7 +44,7 @@
* @author Bobby Angelov <bobby@servmask.com>
* @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
Expand Down
4 changes: 2 additions & 2 deletions lib/StorageFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Bobby Angelov <bobby@servmask.com>
* @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/
*/

Expand All @@ -44,7 +44,7 @@
* @author Bobby Angelov <bobby@servmask.com>
* @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
Expand Down
2 changes: 1 addition & 1 deletion test/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Bobby Angelov <bobby@servmask.com>
* @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/
*/

Expand Down
4 changes: 2 additions & 2 deletions test/test-storage-factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author Bobby Angelov <bobby@servmask.com>
* @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/
*/

Expand All @@ -42,7 +42,7 @@
* @author Bobby Angelov <bobby@servmask.com>
* @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
Expand Down

0 comments on commit 074bbf7

Please sign in to comment.