From 044ad11596c66f9d49d123205bb123be49ab2599 Mon Sep 17 00:00:00 2001 From: Adrien Loison Date: Tue, 12 May 2015 21:09:22 -0700 Subject: [PATCH] Bump to version 1.0.8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7fcc6d6..753d1a7 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "box/spout", "description": "PHP Library to read and write CSV and XLSX files, in a fast and scalable way", "type": "library", - "version": "1.0.7", + "version": "1.0.8", "keywords": ["php","read","write","csv","xlsx","excel","spreadsheet","scale","memory","stream","ooxml"], "license": "Apache-2.0", "homepage": "https://www.github.com/box/spout",