From 0f144ac2eed56729e7f934e4d1284e5dd1c771cf Mon Sep 17 00:00:00 2001 From: Pusher Robot Date: Mon, 6 Jul 2015 17:03:04 -0400 Subject: [PATCH] Updated component to version 2.0.1 --- composer.json | 2 +- list.css | 2 +- list.min.css | 2 +- package.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index ae54f0b..52833eb 100755 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "2.0.0" + "version": "2.0.1" } \ No newline at end of file diff --git a/list.css b/list.css index aed4cb2..9fb8981 100755 --- a/list.css +++ b/list.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.0 - List + * # Semantic UI 2.0.1 - List * http://github.com/semantic-org/semantic-ui/ * * diff --git a/list.min.css b/list.min.css index 93485b4..d36a562 100755 --- a/list.min.css +++ b/list.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.0 - List + * # Semantic UI 2.0.1 - List * http://github.com/semantic-org/semantic-ui/ * * diff --git a/package.js b/package.js index 5078da1..7b5fb08 100755 --- a/package.js +++ b/package.js @@ -2,7 +2,7 @@ Package.describe({ name : 'semantic:ui-list', summary : 'Semantic UI - List: Single component release', - version : '2.0.0', + version : '2.0.1', git : 'git://github.com/Semantic-Org/UI-List.git', });