From c5d4f8904590c399f1ee7c6a9b1e9914db24421c Mon Sep 17 00:00:00 2001 From: Matt Karl Date: Tue, 11 Nov 2014 09:44:49 -0500 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8dcb785..303115b 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "canteen/html5", "description" : "Create dynamic, valid HTML5 markup with a simple an intuitive PHP API", - "version" : "1.1.1", + "version" : "1.1.2", "type": "library", "keywords": ["html5", "markup", "document", "html", "tags"], "license": "MIT", @@ -29,4 +29,4 @@ "url": "https://github.com/Canteen/CanteenHTML5" } ] -} \ No newline at end of file +}