From 27a47f509f3b12f06e468c107e2e64f045fa2a81 Mon Sep 17 00:00:00 2001 From: Adrien Loison Date: Thu, 16 Apr 2015 15:05:41 -0700 Subject: [PATCH] Bump version to 1.0.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2f7667c6..1d82f251 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.4", + "version": "1.0.5", "keywords": ["php","read","write","csv","xlsx","excel","spreadsheet","scale","memory","stream","ooxml"], "license": "Apache-2.0", "homepage": "https://www.github.com/box/spout",