diff options
author | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2014-02-28 14:57:15 +0100 |
---|---|---|
committer | Ignace Nyamagana Butera <nyamsprod@gmail.com> | 2014-02-28 14:57:15 +0100 |
commit | ef58410e9c67a734eb6bdf3a9264b7df6082f501 (patch) | |
tree | f76fea2674a633f8cfb15174371caf3bbe5702c1 | |
parent | 77848499a6cd48fd0d54c8b24a8d5cdccb3678c4 (diff) | |
download | csv-ef58410e9c67a734eb6bdf3a9264b7df6082f501.zip csv-ef58410e9c67a734eb6bdf3a9264b7df6082f501.tar.gz csv-ef58410e9c67a734eb6bdf3a9264b7df6082f501.tar.bz2 |
Bump Version number
-rw-r--r-- | src/AbstractCsv.php | 2 | ||||
-rw-r--r-- | src/ConverterTrait.php | 2 | ||||
-rw-r--r-- | src/Iterator/IteratorFilter.php | 2 | ||||
-rw-r--r-- | src/Iterator/IteratorInterval.php | 2 | ||||
-rw-r--r-- | src/Iterator/IteratorQuery.php | 2 | ||||
-rw-r--r-- | src/Iterator/IteratorSortBy.php | 2 | ||||
-rw-r--r-- | src/Iterator/MapIterator.php | 2 | ||||
-rw-r--r-- | src/Reader.php | 2 | ||||
-rw-r--r-- | src/Writer.php | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/AbstractCsv.php b/src/AbstractCsv.php index 05cd708..4d92418 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 4.2.1 +* @version 5.0.0 * @package League.csv * * MIT LICENSE diff --git a/src/ConverterTrait.php b/src/ConverterTrait.php index 60b6e8b..d7d34cc 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 4.2.1 +* @version 5.0.0 * @package League.csv * * MIT LICENSE diff --git a/src/Iterator/IteratorFilter.php b/src/Iterator/IteratorFilter.php index 6ac6f7c..b313f39 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 4.2.1 +* @version 5.0.0 * @package League.csv * * MIT LICENSE diff --git a/src/Iterator/IteratorInterval.php b/src/Iterator/IteratorInterval.php index 3733dae..620f7f0 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 4.2.1 +* @version 5.0.0 * @package League.csv * * MIT LICENSE diff --git a/src/Iterator/IteratorQuery.php b/src/Iterator/IteratorQuery.php index 19c8309..9ea41f4 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 4.2.1 +* @version 5.0.0 * @package League.csv * * MIT LICENSE diff --git a/src/Iterator/IteratorSortBy.php b/src/Iterator/IteratorSortBy.php index 808738d..0a0a604 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 4.2.1 +* @version 5.0.0 * @package League.csv * * MIT LICENSE diff --git a/src/Iterator/MapIterator.php b/src/Iterator/MapIterator.php index f1d4bd5..d3a3467 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 4.2.1 +* @version 5.0.0 * @package League.csv * * MIT LICENSE diff --git a/src/Reader.php b/src/Reader.php index b2d4089..3b21e34 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 4.2.1 +* @version 5.0.0 * @package League.csv * * MIT LICENSE diff --git a/src/Writer.php b/src/Writer.php index 563fda4..50784fc 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 4.2.1 +* @version 5.0.0 * @package League.csv * * MIT LICENSE |