From 93daa75e74fb91be98f21ba544e11690eabe335e Mon Sep 17 00:00:00 2001 From: Edward Opare-Aryee Date: Tue, 3 Nov 2015 12:34:28 +0000 Subject: [PATCH] Release v0.0.1 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 772d6c4..b95f9d8 100644 --- a/bower.json +++ b/bower.json @@ -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.0", + "version": "0.0.1", "homepage": "https://github.com/thisissoon/angular-smart-nav", "license": "MIT", "ignore": [ diff --git a/package.json b/package.json index 10ec2cd..6f9b7ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "angular-smart-nav", "private": false, - "version": "0.0.0", + "version": "0.0.1", "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",