diff --git a/composer.json b/composer.json index 7e94351..f39b60c 100755 --- a/composer.json +++ b/composer.json @@ -15,5 +15,5 @@ "framework" ], "license": "MIT", - "version": "1.9.2" + "version": "1.9.3" } \ No newline at end of file diff --git a/loader.css b/loader.css index ffe6ecb..e2020b1 100755 --- a/loader.css +++ b/loader.css @@ -1,5 +1,5 @@ /* - * # Semantic UI - 1.9.2 + * # Semantic UI - 1.9.3 * https://github.com/Semantic-Org/Semantic-UI * http://www.semantic-ui.com/ * diff --git a/loader.min.css b/loader.min.css index 0d11984..9fa7411 100755 --- a/loader.min.css +++ b/loader.min.css @@ -1,5 +1,5 @@ /* - * # Semantic UI - 1.9.2 + * # Semantic UI - 1.9.3 * https://github.com/Semantic-Org/Semantic-UI * http://www.semantic-ui.com/ * diff --git a/package.js b/package.js index aac7f88..7236ae9 100755 --- a/package.js +++ b/package.js @@ -1,17 +1,14 @@ -var - where = 'client' // Adds files only to the client -; Package.describe({ name : 'semantic:ui-loader', - summary : 'Semantic UI - Loader (official): Single component release of loader', - version : '1.9.2', + summary : 'Semantic UI - Loader: Single component release', + version : '1.9.3', git : 'git://github.com/Semantic-Org/UI-Loader.git', }); Package.onUse(function(api) { api.versionsFrom('1.0'); api.addFiles([ - - ], where); + 'loader.css' + ], 'client'); }); diff --git a/package.json b/package.json index 641c859..6a4ed8a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "semantic-ui-loader", - "version": "1.9.2", + "version": "1.9.3", "title": "Semantic UI - Loader", "description": "Single component release of loader", "homepage": "http://www.semantic-ui.com",