diff --git a/composer.json b/composer.json index 2ce3539..b80d9bc 100755 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "2.3.0" + "version": "2.3.1" } \ No newline at end of file diff --git a/index.js b/index.js index 60cd592..337d908 100755 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.3.0 - Nag + * # Semantic UI 2.3.1 - Nag * http://github.com/semantic-org/semantic-ui/ * * @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; window = (typeof window != 'undefined' && window.Math == Math) ? window diff --git a/nag.css b/nag.css index 0c406b6..6201365 100755 --- a/nag.css +++ b/nag.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.3.0 - Nag + * # Semantic UI 2.3.1 - Nag * http://github.com/semantic-org/semantic-ui/ * * diff --git a/nag.js b/nag.js index a384694..a0606e2 100755 --- a/nag.js +++ b/nag.js @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.3.0 - Nag + * # Semantic UI 2.3.1 - Nag * http://github.com/semantic-org/semantic-ui/ * * @@ -10,7 +10,7 @@ ;(function ($, window, document, undefined) { -"use strict"; +'use strict'; window = (typeof window != 'undefined' && window.Math == Math) ? window diff --git a/nag.min.css b/nag.min.css index c9ea788..a4a2bfb 100755 --- a/nag.min.css +++ b/nag.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.3.0 - Nag + * # Semantic UI 2.3.1 - Nag * http://github.com/semantic-org/semantic-ui/ * * diff --git a/package.json b/package.json index 44f700a..218f115 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui-nag", - "version": "2.3.0", + "version": "2.3.1", "title": "Semantic UI - Nag", "description": "Single component release of nag", "homepage": "http://www.semantic-ui.com",