diff --git a/bower.json b/bower.json index b48fa0e..93422be 100755 --- a/bower.json +++ b/bower.json @@ -6,24 +6,8 @@ "name": "Jack Lukic", "web": "http://www.jacklukic.com" }, - "ignore": [ - "docs", - "node", - "server", - "spec", - "src", - "test" - ], - "keywords": [ - "semantic", - "ui", - "css3", - "framework" - ], - "license": [ - "http://semantic-ui.mit-license.org/" - ], - "main": [ - "flag.css" - ] + "ignore": ["docs", "node", "server", "spec", "src", "test"], + "keywords": ["semantic", "ui", "css3", "framework"], + "license": ["http://semantic-ui.mit-license.org/"], + "main": ["flag.css"] } \ No newline at end of file diff --git a/composer.json b/composer.json index f65ac05..5b69d8a 100755 --- a/composer.json +++ b/composer.json @@ -8,12 +8,7 @@ "web": "http://www.jacklukic.com", "role": "Creator" }], - "keywords": [ - "semantic", - "ui", - "css", - "framework" - ], + "keywords": ["semantic", "ui", "css", "framework"], "license": "MIT", - "version": "2.4.0" + "version": "2.4.1" } \ No newline at end of file diff --git a/flag.css b/flag.css index 293130d..957dc97 100755 --- a/flag.css +++ b/flag.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.4.0 - Flag + * # Semantic UI 2.4.1 - Flag * http://github.com/semantic-org/semantic-ui/ * * diff --git a/flag.min.css b/flag.min.css index 60b6648..f7e4660 100755 --- a/flag.min.css +++ b/flag.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.4.0 - Flag + * # Semantic UI 2.4.1 - Flag * http://github.com/semantic-org/semantic-ui/ * * diff --git a/package.json b/package.json index b2e85d3..12aac63 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui-flag", - "version": "2.4.0", + "version": "2.4.1", "title": "Semantic UI - Flag", "description": "Single component release of flag", "homepage": "http://www.semantic-ui.com",