Skip to content

Commit fd5f5b1

Browse files
committed
update loading
1 parent 5386cc3 commit fd5f5b1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
109109

110110
| Date | Version | Description |
111111
| ----------- | ------- | ----------- |
112-
| 2017-01-22 | v1.2.1 | Maintenance |
112+
| 2017-01-22 | v1.2.2 | Maintenance |
113113
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
114114
| 2017-01-13 | v1.0.26 | Maintenance |
115115
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |

angular-web-notification.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@
7272
return webNotificationAPI;
7373
}
7474
});
75-
}(window.webNotification));
75+
}(this.webNotification));

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-web-notification",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "AngularJS service for displaying web notifications.",
55
"authors": [
66
"Sagie Gur-Ari <[email protected]>"

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Date | Version | Description |
22
| ----------- | ------- | ----------- |
3-
| 2017-01-22 | v1.2.1 | Maintenance |
3+
| 2017-01-22 | v1.2.2 | Maintenance |
44
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
55
| 2017-01-13 | v1.0.26 | Maintenance |
66
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-web-notification",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "AngularJS service for displaying web notifications.",
55
"author": {
66
"name": "Sagie Gur-Ari",

0 commit comments

Comments
 (0)