From 01c906c7022c587d4eb4adef494a122727e09572 Mon Sep 17 00:00:00 2001 From: Pusher Robot Date: Mon, 27 Jun 2016 20:43:37 -0700 Subject: [PATCH] Updated component to version 2.2.1 --- composer.json | 2 +- index.js | 2 +- nag.css | 2 +- nag.js | 2 +- nag.min.css | 2 +- nag.min.js | 2 +- package.js | 2 +- package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index aefe7c9..918b8b2 100755 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "2.2.0" + "version": "2.2.1" } \ No newline at end of file diff --git a/index.js b/index.js index 099c7e1..0c6ef3d 100755 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.2.0 - Nag + * # Semantic UI 2.2.1 - Nag * http://github.com/semantic-org/semantic-ui/ * * diff --git a/nag.css b/nag.css index 3c8815c..1ff5322 100755 --- a/nag.css +++ b/nag.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.2.0 - Nag + * # Semantic UI 2.2.1 - Nag * http://github.com/semantic-org/semantic-ui/ * * diff --git a/nag.js b/nag.js index c8b0a25..a5b6ee0 100755 --- a/nag.js +++ b/nag.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.2.0 - Nag + * # Semantic UI 2.2.1 - Nag * http://github.com/semantic-org/semantic-ui/ * * diff --git a/nag.min.css b/nag.min.css index a4f2539..e7fde1f 100755 --- a/nag.min.css +++ b/nag.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.2.0 - Nag + * # Semantic UI 2.2.1 - Nag * http://github.com/semantic-org/semantic-ui/ * * diff --git a/nag.min.js b/nag.min.js index a4db7d7..ddbbca0 100755 --- a/nag.min.js +++ b/nag.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.2.0 - Nag + * # Semantic UI 2.2.1 - Nag * http://github.com/semantic-org/semantic-ui/ * * diff --git a/package.js b/package.js index 55c1197..b804d8f 100755 --- a/package.js +++ b/package.js @@ -2,7 +2,7 @@ Package.describe({ name : 'semantic:ui-nag', summary : 'Semantic UI - Nag: Single component release', - version : '2.2.0', + version : '2.2.1', git : 'git://github.com/Semantic-Org/UI-Nag.git', }); diff --git a/package.json b/package.json index fd4e77e..e6f1537 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui-nag", - "version": "2.2.0", + "version": "2.2.1", "title": "Semantic UI - Nag", "description": "Single component release of nag", "homepage": "http://www.semantic-ui.com",