diff --git a/README.md b/README.md index 6cd2c9a..631a1bb 100755 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ This repository contains pre-compiled loader files using the default themes. Thi For the latest changes please see the [Release Notes](https://github.com/Semantic-Org/UI-Loader/blob/master/RELEASE-NOTES.md) +**Special Note** +An update in `2.0.8` has fixed an issue which may have prevented some single component modules from working correctly. Please see notes in [this pull request](https://github.com/Semantic-Org/Semantic-UI/pull/2816). + If you're looking for the full version of Semantic including all components and build tools [check out the main project repository](https://github.com/Semantic-Org/Semantic-UI/tree/1.0) #### To install with Bower diff --git a/composer.json b/composer.json index 7013062..b7b8bfc 100755 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "2.0.7" + "version": "2.0.8" } \ No newline at end of file diff --git a/loader.css b/loader.css index a0cc7a6..21ea286 100755 --- a/loader.css +++ b/loader.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Loader + * # Semantic UI 2.0.8 - Loader * http://github.com/semantic-org/semantic-ui/ * * diff --git a/loader.min.css b/loader.min.css index ca10f26..61d230e 100755 --- a/loader.min.css +++ b/loader.min.css @@ -1,5 +1,5 @@ /*! - * # Semantic UI 2.0.7 - Loader + * # Semantic UI 2.0.8 - Loader * http://github.com/semantic-org/semantic-ui/ * * diff --git a/package.js b/package.js index 6b60678..f995385 100755 --- a/package.js +++ b/package.js @@ -2,7 +2,7 @@ Package.describe({ name : 'semantic:ui-loader', summary : 'Semantic UI - Loader: Single component release', - version : '2.0.7', + version : '2.0.8', git : 'git://github.com/Semantic-Org/UI-Loader.git', }); diff --git a/package.json b/package.json index 87ad082..055aa94 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui-loader", - "version": "2.0.7", + "version": "2.0.8", "title": "Semantic UI - Loader", "description": "Single component release of loader", "homepage": "http://www.semantic-ui.com",