From afb552801ce3a4284a57ae9719e270b10df0130a Mon Sep 17 00:00:00 2001 From: Ignace Nyamagana Butera Date: Tue, 11 Mar 2014 10:04:56 +0100 Subject: [PATCH] Bump version number --- src/AbstractCsv.php | 2 +- src/ConverterTrait.php | 2 +- src/Iterator/IteratorFilter.php | 2 +- src/Iterator/IteratorInterval.php | 2 +- src/Iterator/IteratorQuery.php | 2 +- src/Iterator/IteratorSortBy.php | 2 +- src/Iterator/MapIterator.php | 2 +- src/Reader.php | 2 +- src/Writer.php | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/AbstractCsv.php b/src/AbstractCsv.php index a5b6399d..7d4b6b34 100644 --- a/src/AbstractCsv.php +++ b/src/AbstractCsv.php @@ -6,7 +6,7 @@ * @copyright 2014 Ignace Nyamagana Butera * @link https://github.com/nyamsprod/League.csv * @license http://opensource.org/licenses/MIT -* @version 5.0.0 +* @version 5.1.0 * @package League.csv * * MIT LICENSE diff --git a/src/ConverterTrait.php b/src/ConverterTrait.php index d7d34cc9..84f19abd 100644 --- a/src/ConverterTrait.php +++ b/src/ConverterTrait.php @@ -6,7 +6,7 @@ * @copyright 2014 Ignace Nyamagana Butera * @link https://github.com/nyamsprod/League.csv * @license http://opensource.org/licenses/MIT -* @version 5.0.0 +* @version 5.1.0 * @package League.csv * * MIT LICENSE diff --git a/src/Iterator/IteratorFilter.php b/src/Iterator/IteratorFilter.php index e6e254e7..418a6626 100644 --- a/src/Iterator/IteratorFilter.php +++ b/src/Iterator/IteratorFilter.php @@ -6,7 +6,7 @@ * @copyright 2014 Ignace Nyamagana Butera * @link https://github.com/nyamsprod/League.csv * @license http://opensource.org/licenses/MIT -* @version 5.0.0 +* @version 5.1.0 * @package League.csv * * MIT LICENSE diff --git a/src/Iterator/IteratorInterval.php b/src/Iterator/IteratorInterval.php index 620f7f0a..eec909ca 100644 --- a/src/Iterator/IteratorInterval.php +++ b/src/Iterator/IteratorInterval.php @@ -6,7 +6,7 @@ * @copyright 2014 Ignace Nyamagana Butera * @link https://github.com/nyamsprod/League.csv * @license http://opensource.org/licenses/MIT -* @version 5.0.0 +* @version 5.1.0 * @package League.csv * * MIT LICENSE diff --git a/src/Iterator/IteratorQuery.php b/src/Iterator/IteratorQuery.php index 9ea41f47..e456195c 100644 --- a/src/Iterator/IteratorQuery.php +++ b/src/Iterator/IteratorQuery.php @@ -6,7 +6,7 @@ * @copyright 2014 Ignace Nyamagana Butera * @link https://github.com/nyamsprod/League.csv * @license http://opensource.org/licenses/MIT -* @version 5.0.0 +* @version 5.1.0 * @package League.csv * * MIT LICENSE diff --git a/src/Iterator/IteratorSortBy.php b/src/Iterator/IteratorSortBy.php index 0a0a604b..292e237d 100644 --- a/src/Iterator/IteratorSortBy.php +++ b/src/Iterator/IteratorSortBy.php @@ -6,7 +6,7 @@ * @copyright 2014 Ignace Nyamagana Butera * @link https://github.com/nyamsprod/League.csv * @license http://opensource.org/licenses/MIT -* @version 5.0.0 +* @version 5.1.0 * @package League.csv * * MIT LICENSE diff --git a/src/Iterator/MapIterator.php b/src/Iterator/MapIterator.php index d3a34673..21e9bf2b 100644 --- a/src/Iterator/MapIterator.php +++ b/src/Iterator/MapIterator.php @@ -6,7 +6,7 @@ * @copyright 2014 Ignace Nyamagana Butera * @link https://github.com/nyamsprod/League.csv * @license http://opensource.org/licenses/MIT -* @version 5.0.0 +* @version 5.1.0 * @package League.csv * * MIT LICENSE diff --git a/src/Reader.php b/src/Reader.php index c6a73491..a40235f3 100644 --- a/src/Reader.php +++ b/src/Reader.php @@ -6,7 +6,7 @@ * @copyright 2014 Ignace Nyamagana Butera * @link https://github.com/nyamsprod/League.csv * @license http://opensource.org/licenses/MIT -* @version 5.0.0 +* @version 5.1.0 * @package League.csv * * MIT LICENSE diff --git a/src/Writer.php b/src/Writer.php index 50784fc9..cc4b69bf 100644 --- a/src/Writer.php +++ b/src/Writer.php @@ -6,7 +6,7 @@ * @copyright 2014 Ignace Nyamagana Butera * @link https://github.com/nyamsprod/League.csv * @license http://opensource.org/licenses/MIT -* @version 5.0.0 +* @version 5.1.0 * @package League.csv * * MIT LICENSE