From aca9d7ac2da4351f5419374a754ea5003c8a325c Mon Sep 17 00:00:00 2001 From: Pusher Robot Date: Wed, 2 Sep 2015 11:58:58 -0400 Subject: [PATCH] Updated component to version 2.1.2 --- 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 39c0701..23304b5 100755 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "2.1.1" + "version": "2.1.2" } \ No newline at end of file diff --git a/list.css b/list.css index 392ed1a..f52938b 100755 --- a/list.css +++ b/list.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.1.1 - List + * # Semantic UI 2.1.2 - List * http://github.com/semantic-org/semantic-ui/ * * diff --git a/list.min.css b/list.min.css index 617a935..6112f58 100755 --- a/list.min.css +++ b/list.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.1.1 - List + * # Semantic UI 2.1.2 - List * http://github.com/semantic-org/semantic-ui/ * * diff --git a/package.js b/package.js index 5dd1908..ab72943 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.1.1', + version : '2.1.2', git : 'git://github.com/Semantic-Org/UI-List.git', }); diff --git a/package.json b/package.json index c226481..6e78f2d 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui-list", - "version": "2.1.1", + "version": "2.1.2", "title": "Semantic UI - List", "description": "Single component release of list", "homepage": "http://www.semantic-ui.com",