summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgnace Nyamagana Butera <nyamsprod@gmail.com>2014-02-28 14:57:15 +0100
committerIgnace Nyamagana Butera <nyamsprod@gmail.com>2014-02-28 14:57:15 +0100
commitef58410e9c67a734eb6bdf3a9264b7df6082f501 (patch)
treef76fea2674a633f8cfb15174371caf3bbe5702c1
parent77848499a6cd48fd0d54c8b24a8d5cdccb3678c4 (diff)
downloadcsv-ef58410e9c67a734eb6bdf3a9264b7df6082f501.zip
csv-ef58410e9c67a734eb6bdf3a9264b7df6082f501.tar.gz
csv-ef58410e9c67a734eb6bdf3a9264b7df6082f501.tar.bz2
Bump Version number
-rw-r--r--src/AbstractCsv.php2
-rw-r--r--src/ConverterTrait.php2
-rw-r--r--src/Iterator/IteratorFilter.php2
-rw-r--r--src/Iterator/IteratorInterval.php2
-rw-r--r--src/Iterator/IteratorQuery.php2
-rw-r--r--src/Iterator/IteratorSortBy.php2
-rw-r--r--src/Iterator/MapIterator.php2
-rw-r--r--src/Reader.php2
-rw-r--r--src/Writer.php2
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