Skip to content

Commit ba5de64

Browse files
committed
bump version
1 parent 1831682 commit ba5de64

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
129129

130130
| Date | Version | Description |
131131
| ----------- | ------- | ----------- |
132+
| 2018-06-14 | v1.0.27 | Maintenance |
132133
| 2018-06-14 | v1.0.26 | Better error detection on chrome mobile #4 |
133134
| 2017-08-25 | v1.0.21 | Support service worker web notifications |
134135
| 2017-01-31 | v1.0.3 | Removed polyfill dependency |

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-web-notification",
3-
"version": "1.0.26",
3+
"version": "1.0.27",
44
"description": "Web Notifications made easy.",
55
"authors": [
66
"Sagie Gur-Ari <[email protected]>"

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
| Date | Version | Description |
22
| ----------- | ------- | ----------- |
3+
| 2018-06-14 | v1.0.27 | Maintenance |
34
| 2018-06-14 | v1.0.26 | Better error detection on chrome mobile #4 |
45
| 2017-08-25 | v1.0.21 | Support service worker web notifications |
56
| 2017-01-31 | v1.0.3 | Removed polyfill dependency |

docs/example/example.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ $(function onLoad() {
55

66
if (navigator.serviceWorker) {
77
navigator.serviceWorker.register('service-worker.js').then(function (registration) {
8-
serviceWorkerRegistration = registration;
9-
});
8+
serviceWorkerRegistration = registration;
9+
});
1010
}
1111

1212
var $title = $('#title');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-web-notification",
3-
"version": "1.0.26",
3+
"version": "1.0.27",
44
"description": "Web Notifications made easy.",
55
"author": {
66
"name": "Sagie Gur-Ari",

0 commit comments

Comments
 (0)