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",