From 4898add67f04866f17ee30ec41cefcfac3eeba8c Mon Sep 17 00:00:00 2001 From: Pusher Robot Date: Thu, 23 Jul 2015 17:40:19 -0400 Subject: [PATCH] Updated component to version 2.0.7 --- card.css | 2 +- card.min.css | 2 +- composer.json | 2 +- package.js | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/card.css b/card.css index 5065b9b..1ccdd99 100755 --- a/card.css +++ b/card.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.5 - Item + * # Semantic UI 2.0.7 - Item * http://github.com/semantic-org/semantic-ui/ * * diff --git a/card.min.css b/card.min.css index f193484..13fa90e 100755 --- a/card.min.css +++ b/card.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.5 - Item + * # Semantic UI 2.0.7 - Item * http://github.com/semantic-org/semantic-ui/ * * diff --git a/composer.json b/composer.json index 9b9d550..2dd6095 100755 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "2.0.5" + "version": "2.0.7" } \ No newline at end of file diff --git a/package.js b/package.js index 1cfc0cb..56c116c 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.0.5', + version : '2.0.7', git : 'git://github.com/Semantic-Org/UI-Card.git', }); diff --git a/package.json b/package.json index 2400016..9c53f68 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui-card", - "version": "2.0.5", + "version": "2.0.7", "title": "Semantic UI - Card", "description": "Single component release of card", "homepage": "http://www.semantic-ui.com",