From ee03fd051654345758e7f6f06fa23d780abe2b94 Mon Sep 17 00:00:00 2001 From: Pusher Robot Date: Fri, 27 Mar 2015 12:31:25 -0400 Subject: [PATCH] Updated component to version 1.11.6 --- composer.json | 2 +- list.css | 2 +- list.min.css | 2 +- package.js | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 4e2387c..e53bd26 100755 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "1.11.5" + "version": "1.11.6" } \ No newline at end of file diff --git a/list.css b/list.css index 2f5fd88..45c9a8a 100755 --- a/list.css +++ b/list.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 1.11.5 - List + * # Semantic UI 1.11.6 - List * http://github.com/semantic-org/semantic-ui/ * * diff --git a/list.min.css b/list.min.css index 2011c80..6b7cac6 100755 --- a/list.min.css +++ b/list.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 1.11.5 - List + * # Semantic UI 1.11.6 - List * http://github.com/semantic-org/semantic-ui/ * * diff --git a/package.js b/package.js index 9354d17..0fa5a5e 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 : '1.11.5', + version : '1.11.6', git : 'git://github.com/Semantic-Org/UI-List.git', }); diff --git a/package.json b/package.json index 81daddd..d2253f9 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui-list", - "version": "1.11.5", + "version": "1.11.6", "title": "Semantic UI - List", "description": "Single component release of list", "homepage": "http://www.semantic-ui.com",