From 4b6b7ee0b8b0b023cdda568205fdeb4b46929880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bl=C3=A4ul?= Date: Sat, 3 Mar 2018 11:55:57 +0100 Subject: [PATCH] Removed -rc.2 from version, as it is officially released now --- ChangeLog.txt | 4 ++-- src/Csv.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index c647607..ee793ed 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,6 @@ -ParseCSV 1.0.0-rc.2 +ParseCSV 1.0.0 ----------------------------------- -Date: unreleased +Date: 3-March-2018 - Renamed class from parseCSV to Csv and added name- space "ParseCsv" for PSR compliance. diff --git a/src/Csv.php b/src/Csv.php index 752350c..d433d75 100644 --- a/src/Csv.php +++ b/src/Csv.php @@ -7,7 +7,7 @@ use ParseCsv\extensions\DatatypeTrait; class Csv { /* - Class: ParseCSV 1.0.0-rc.2 + Class: ParseCSV 1.0.0 https://github.com/parsecsv/parsecsv-for-php Fully conforms to the specifications lined out on Wikipedia: