diff --git a/composer.json b/composer.json index 506738b..535b913 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "jabranr/csv-parser", "type": "library", - "version": "2.0.4", + "version": "2.1.0", "description": "Parse CSV data from a file, stream or string", "keywords": ["csv", "php", "parser"], "homepage": "https://github.com/jabranr/csv-parser", diff --git a/src/CSV_Parser.php b/src/CSV_Parser.php index ec11519..5692a8a 100644 --- a/src/CSV_Parser.php +++ b/src/CSV_Parser.php @@ -18,7 +18,7 @@ * Parse CSV data from a file, path, stream, resource or string * * @author: Jabran Rafique - * @version: 2.0.4 + * @version: 2.1.0 * @license: MIT License * @link: https://github.com/jabranr/csv-parser */