We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c216ba4 commit 2c2f81fCopy full SHA for 2c2f81f
.gitignore
@@ -1,3 +1,4 @@
1
.idea
2
bower_components
3
node_modules
4
+npm-debug.log
README.md
@@ -73,7 +73,7 @@ See full docs at: [API Docs](docs/api.md)
73
74
## Release History
75
76
- * 2015-02-16 v0.0.6 Automatic unit tests via karma
+ * 2015-02-16 v0.0.7 Automatic unit tests via karma
77
* 2015-02-05 v0.0.5 Doc changes
78
* 2014-12-30 v0.0.4 Doc changes
79
* 2014-12-09 v0.0.3 API now enables/disables the capability to automatically request for permissions needed to display the notification.
bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-web-notification",
- "version": "0.0.6",
+ "version": "0.0.7",
"authors": [
5
"Sagie Gur-Ari <[email protected]>"
6
],
0 commit comments