Skip to content

Commit

Permalink
Release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
edoparearyee committed Nov 3, 2015
1 parent 7801e1b commit 4a73982
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-smart-nav",
"description": "Show or hide a navbar when scrolling in any particular direction and or minimise nav when scrolling pass the navbar",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "https://github.com/thisissoon/angular-smart-nav",
"license": "MIT",
"ignore": [
Expand Down
4 changes: 1 addition & 3 deletions dist/angular-smart-nav.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! angular-smart-nav - v0.0.1 - 2015-11-03 */
/*! angular-smart-nav - v0.0.2 - 2015-11-03 */
'use strict';
/**
* Module that detects the last scroll direction and
Expand Down Expand Up @@ -121,5 +121,3 @@ angular.module('sn.smartNav', [
};
}
]);

//# sourceMappingURL=angular-smart-nav.js.map
6 changes: 2 additions & 4 deletions dist/angular-smart-nav.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-smart-nav",
"private": false,
"version": "0.0.1",
"version": "0.0.2",
"description": "Show or hide a navbar when scrolling in any particular direction and or minimise nav when scrolling pass the navbar",
"repository": "https://github.com/thisissoon/angular-smart-nav",
"license": "MIT",
Expand Down

0 comments on commit 4a73982

Please sign in to comment.