From 84765bd8139179cfe145ed43970bc31ce0b3a74a Mon Sep 17 00:00:00 2001 From: Matt Karl Date: Thu, 13 Feb 2014 13:09:52 -0500 Subject: [PATCH] Fixed version number --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a693a60..e0a6815 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.0.0", + "version" : "1.0.1", "type": "library", "keywords": ["html5", "markup", "document", "html", "tags"], "license": "MIT",