From 4dd537b780bfc51edf95b895fb132ef9a09c38dc Mon Sep 17 00:00:00 2001 From: Pusher Robot Date: Thu, 5 Mar 2015 11:31:25 -0500 Subject: [PATCH] Updated component to version 1.11.0 --- 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 ff45d3f..8939a68 100755 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "1.10.4" + "version": "1.11.0" } \ No newline at end of file diff --git a/index.js b/index.js index 4c6fe2d..7567daf 100755 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 1.10.4 - Nag + * # Semantic UI 1.11.0 - Nag * http://github.com/semantic-org/semantic-ui/ * * diff --git a/nag.css b/nag.css index faf0c0e..96b3727 100755 --- a/nag.css +++ b/nag.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 1.10.4 - Nag + * # Semantic UI 1.11.0 - Nag * http://github.com/semantic-org/semantic-ui/ * * diff --git a/nag.js b/nag.js index 3d1008a..8837e91 100755 --- a/nag.js +++ b/nag.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 1.10.4 - Nag + * # Semantic UI 1.11.0 - Nag * http://github.com/semantic-org/semantic-ui/ * * diff --git a/nag.min.css b/nag.min.css index e108b77..58e4918 100755 --- a/nag.min.css +++ b/nag.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 1.10.4 - Nag + * # Semantic UI 1.11.0 - Nag * http://github.com/semantic-org/semantic-ui/ * * diff --git a/nag.min.js b/nag.min.js index bb336ce..9f65661 100755 --- a/nag.min.js +++ b/nag.min.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 1.10.4 - Nag + * # Semantic UI 1.11.0 - Nag * http://github.com/semantic-org/semantic-ui/ * * diff --git a/package.js b/package.js index 6afb7c4..4b10cbe 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 : '1.10.4', + version : '1.11.0', git : 'git://github.com/Semantic-Org/UI-Nag.git', }); diff --git a/package.json b/package.json index 66477c3..9f9ffcc 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui-nag", - "version": "1.10.4", + "version": "1.11.0", "title": "Semantic UI - Nag", "description": "Single component release of nag", "homepage": "http://www.semantic-ui.com",