diff --git a/.gitignore b/.gitignore index f7362a8..8fba7b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea bower_components node_modules +npm-debug.log diff --git a/README.md b/README.md index c048db5..c6cd29c 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ See full docs at: [API Docs](docs/api.md) ## Release History - * 2015-02-16 v0.0.6 Automatic unit tests via karma + * 2015-02-16 v0.0.7 Automatic unit tests via karma * 2015-02-05 v0.0.5 Doc changes * 2014-12-30 v0.0.4 Doc changes * 2014-12-09 v0.0.3 API now enables/disables the capability to automatically request for permissions needed to display the notification. diff --git a/bower.json b/bower.json index 1b5fcd9..f2d66e3 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-web-notification", - "version": "0.0.6", + "version": "0.0.7", "authors": [ "Sagie Gur-Ari " ],