From 4d343d1ee526cd1537b75d98961dc3c46900f278 Mon Sep 17 00:00:00 2001 From: Pusher Robot Date: Tue, 7 Jul 2015 17:47:59 -0400 Subject: [PATCH] Updated component to version 2.0.2 --- RELEASE-NOTES.md | 2 +- card.css | 2 +- card.min.css | 2 +- composer.json | 2 +- package.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 123932b..50269b8 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,4 +1,4 @@ -### Version 2.0.1 - June 30, 2015 +### Version 2.0.1 - July 6, 2015 - **Card** - `centered cards` variation now works similar to `centered card`. [#2520](https://github.com/Semantic-Org/Semantic-UI/issues/2520) diff --git a/card.css b/card.css index d6a5ed3..614025b 100755 --- a/card.css +++ b/card.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.1 - Item + * # Semantic UI 2.0.2 - Item * http://github.com/semantic-org/semantic-ui/ * * diff --git a/card.min.css b/card.min.css index 4ec2929..47942fc 100755 --- a/card.min.css +++ b/card.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.1 - Item + * # Semantic UI 2.0.2 - Item * http://github.com/semantic-org/semantic-ui/ * * diff --git a/composer.json b/composer.json index 2dc319a..cb2afb1 100755 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "2.0.1" + "version": "2.0.2" } \ No newline at end of file diff --git a/package.js b/package.js index 848fd11..55253c0 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.1', + version : '2.0.2', git : 'git://github.com/Semantic-Org/UI-Card.git', });