From 0852a9b5e79197d348841ac941355cfbddf45e7f Mon Sep 17 00:00:00 2001 From: Menthol Date: Sat, 23 Aug 2014 15:19:31 +0200 Subject: [PATCH] Do not set current version on composer.json Composer use current tag name for version. See: https://getcomposer.org/doc/04-schema.md#version --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e08a4e9a7..6ec266e10 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,5 @@ { "name": "semantic/ui", - "version" : "0.3.5", "description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.", "homepage" : "http://www.semantic-ui.com", "authors": [ @@ -18,4 +17,4 @@ "framework" ], "license" : "MIT" -} \ No newline at end of file +}