Skip to content

Commit bbb1578

Browse files
committed
update build
1 parent 9076eb8 commit bbb1578

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

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

155155
| Date | Version | Description |
156156
| ----------- | ------- | ----------- |
157-
| 2017-11-07 | v1.2.26 | Maintenance |
157+
| 2018-04-30 | v1.2.27 | Maintenance |
158158
| 2017-08-25 | v1.2.24 | Document support of service worker web notifications |
159159
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
160160
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |

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.26",
3+
"version": "1.2.27",
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-11-07 | v1.2.26 | Maintenance |
3+
| 2018-04-30 | v1.2.27 | Maintenance |
44
| 2017-08-25 | v1.2.24 | Document support of service worker web notifications |
55
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
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.26",
3+
"version": "1.2.27",
44
"description": "AngularJS service for displaying web notifications.",
55
"author": {
66
"name": "Sagie Gur-Ari",

0 commit comments

Comments
 (0)