From 7301fc47fb39ac95c726b1ad04614ec01194f79a Mon Sep 17 00:00:00 2001 From: Adrien Loison Date: Mon, 26 Jan 2015 15:37:39 -0800 Subject: [PATCH] Bump version to 1.0.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a469e9f7..7e2b7c4d 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.0", + "version": "1.0.1", "keywords": ["php","read","write","csv","xlsx","excel","spreadsheet","scale","memory","stream","ooxml"], "license": "Apache-2.0", "homepage": "https://www.github.com/box/spout",