From 1e76fce977b0dca846f6e0ac6e6aef57df2e2fff Mon Sep 17 00:00:00 2001 From: Pusher Robot Date: Tue, 7 Jul 2015 17:48:40 -0400 Subject: [PATCH] Updated component to version 2.0.2 --- 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 52833eb..2ae9181 100755 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "2.0.1" + "version": "2.0.2" } \ No newline at end of file diff --git a/list.css b/list.css index 9fb8981..8e24c18 100755 --- a/list.css +++ b/list.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.1 - List + * # Semantic UI 2.0.2 - List * http://github.com/semantic-org/semantic-ui/ * * diff --git a/list.min.css b/list.min.css index d36a562..07ae248 100755 --- a/list.min.css +++ b/list.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.1 - List + * # Semantic UI 2.0.2 - List * http://github.com/semantic-org/semantic-ui/ * * diff --git a/package.js b/package.js index 7b5fb08..ed66279 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.1', + version : '2.0.2', git : 'git://github.com/Semantic-Org/UI-List.git', });