diff --git a/card.css b/card.css index 042048e..6033ca4 100755 --- a/card.css +++ b/card.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.2.8 - Item + * # Semantic UI 2.2.9 - Item * http://github.com/semantic-org/semantic-ui/ * * diff --git a/card.min.css b/card.min.css index b86cc2a..d794654 100755 --- a/card.min.css +++ b/card.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.2.8 - Item + * # Semantic UI 2.2.9 - Item * http://github.com/semantic-org/semantic-ui/ * * diff --git a/composer.json b/composer.json index 422bcc2..b0e655d 100755 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "2.2.8" + "version": "2.2.9" } \ No newline at end of file diff --git a/package.js b/package.js index a2f9048..2affbaa 100755 --- a/package.js +++ b/package.js @@ -2,7 +2,7 @@ Package.describe({ name : 'semantic:ui-card', summary : 'Semantic UI - Card: Single component release', - version : '2.2.8', + version : '2.2.9', git : 'git://github.com/Semantic-Org/UI-Card.git', }); diff --git a/package.json b/package.json index 8465d35..9184e6c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui-card", - "version": "2.2.8", + "version": "2.2.9", "title": "Semantic UI - Card", "description": "Single component release of card", "homepage": "http://www.semantic-ui.com",