From d01aa1587441f6319d8e13e177ccb0ec1da5056b Mon Sep 17 00:00:00 2001 From: Pusher Robot Date: Thu, 19 Feb 2015 18:10:02 -0500 Subject: [PATCH] Updated component to version 1.9.2 --- composer.json | 2 +- nag.css | 2 +- nag.min.css | 2 +- nag.min.js | 2 +- package.js | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 125bd51..5ec2e57 100755 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "1.9.0" + "version": "1.9.2" } \ No newline at end of file diff --git a/nag.css b/nag.css index 66b6591..781dcf5 100755 --- a/nag.css +++ b/nag.css @@ -1,5 +1,5 @@ /* - * # Semantic UI - 1.9.0 + * # Semantic UI - 1.9.2 * https://github.com/Semantic-Org/Semantic-UI * http://www.semantic-ui.com/ * diff --git a/nag.min.css b/nag.min.css index 3e53bd4..54d89c5 100755 --- a/nag.min.css +++ b/nag.min.css @@ -1,5 +1,5 @@ /* - * # Semantic UI - 1.9.0 + * # Semantic UI - 1.9.2 * https://github.com/Semantic-Org/Semantic-UI * http://www.semantic-ui.com/ * diff --git a/nag.min.js b/nag.min.js index b0ede7d..1a4166f 100755 --- a/nag.min.js +++ b/nag.min.js @@ -1,5 +1,5 @@ /* - * # Semantic UI - 1.9.0 + * # Semantic UI - 1.9.2 * https://github.com/Semantic-Org/Semantic-UI * http://www.semantic-ui.com/ * diff --git a/package.js b/package.js index eaab3d2..2e82295 100755 --- a/package.js +++ b/package.js @@ -5,7 +5,7 @@ var Package.describe({ name : 'semantic:ui-nag', summary : 'Semantic UI - Nag (official): Single component release of nag', - version : '1.9.0', + version : '1.9.2', git : 'git://github.com/Semantic-Org/UI-Nag.git', }); diff --git a/package.json b/package.json index 6a32c7f..db8bca8 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui-nag", - "version": "1.9.0", + "version": "1.9.2", "title": "Semantic UI - Nag", "description": "Single component release of nag", "homepage": "http://www.semantic-ui.com",