Skip to content

Commit

Permalink
Updated component to version 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Feb 20, 2015
1 parent c32400a commit 360a966
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"framework"
],
"license": "MIT",
"version": "1.9.2"
"version": "1.9.3"
}
12 changes: 5 additions & 7 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
var
where = 'client' // Adds files only to the client
;

Package.describe({
name : 'semantic:ui-search',
summary : 'Semantic UI - Search (official): Single component release of search',
version : '1.9.2',
summary : 'Semantic UI - Search: Single component release',
version : '1.9.3',
git : 'git://github.com/Semantic-Org/UI-Search.git',
});

Package.onUse(function(api) {
api.versionsFrom('1.0');
api.addFiles([

], where);
'search.css',
'search.js'
], 'client');
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-search",
"version": "1.9.2",
"version": "1.9.3",
"title": "Semantic UI - Search",
"description": "Single component release of search",
"homepage": "http://www.semantic-ui.com",
Expand Down
2 changes: 1 addition & 1 deletion search.css
Original file line number Diff line number Diff line change
@@ -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/
*
Expand Down
2 changes: 1 addition & 1 deletion search.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion search.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 360a966

Please sign in to comment.