From af0cacaee073f006ecc0a2a3f3f8274d8d6ffd3d Mon Sep 17 00:00:00 2001 From: maximebf Date: Thu, 2 Feb 2012 16:04:45 +0100 Subject: [PATCH] added version to composer.json --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 7ba9d16..6d33526 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "name": "maximebf/consolekit", + "version": "1.0.0", "description": "Library to create command line utilities", "keywords": ["console", "shell", "cli", "commands"], "homepage": "https://github.com/maximebf/ConsoleKit",