Skip to content

Commit f7e3d0e

Browse files
committed
github pages
1 parent ec2356c commit f7e3d0e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
> Web Notifications AngularJS Service
77
88
* [Overview](#overview)
9-
* [Demo](http://plnkr.co/edit/SUTiBu?p=preview)
9+
* [Demo](https://sagiegurari.github.io/angular-web-notification/)
1010
* [Usage](#usage)
1111
* [Installation](#installation)
1212
* [Limitations](#limitations)
@@ -24,7 +24,7 @@ It is using the HTML5-Desktop-Notifications library which provides a unified API
2424
See [W3 Specification](https://dvcs.w3.org/hg/notifications/raw-file/tip/Overview.html) and [HTML5-Desktop-Notifications](https://github.com/ttsvetko/HTML5-Desktop-Notifications) for more information.
2525

2626
## Demo
27-
[Live Demo at Plunker](http://plnkr.co/edit/SUTiBu?p=preview)
27+
[Live Demo](https://sagiegurari.github.io/angular-web-notification/)
2828

2929
<a name="usage"></a>
3030
## Usage
@@ -108,7 +108,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
108108

109109
| Date | Version | Description |
110110
| ----------- | ------- | ----------- |
111-
| 2016-08-28 | v1.0.0 | Maintenance |
111+
| 2016-08-28 | v1.0.1 | Maintenance |
112112
| 2016-06-14 | v0.0.78 | Published via NPM (in addition to bower) |
113113
| 2016-06-14 | v0.0.77 | Maintenance |
114114
| 2016-03-08 | v0.0.65 | Added webNotification.permissionGranted attribute |

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.0.0",
3+
"version": "1.0.1",
44
"description": "AngularJS service for displaying web notifications.",
55
"authors": [
66
"Sagie Gur-Ari <sagiegurari@gmail.com>"

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-
| 2016-08-28 | v1.0.0 | Maintenance |
3+
| 2016-08-28 | v1.0.1 | Maintenance |
44
| 2016-06-14 | v0.0.78 | Published via NPM (in addition to bower) |
55
| 2016-06-14 | v0.0.77 | Maintenance |
66
| 2016-03-08 | v0.0.65 | Added webNotification.permissionGranted attribute |

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.0.0",
3+
"version": "1.0.1",
44
"description": "AngularJS service for displaying web notifications.",
55
"author": {
66
"name": "Sagie Gur-Ari",

project/config/README-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
> Web Notifications AngularJS Service
77
88
* [Overview](#overview)
9-
* [Demo](http://plnkr.co/edit/SUTiBu?p=preview)
9+
* [Demo](https://sagiegurari.github.io/angular-web-notification/)
1010
* [Usage](#usage)
1111
* [Installation](#installation)
1212
* [Limitations](#limitations)
@@ -24,7 +24,7 @@ It is using the HTML5-Desktop-Notifications library which provides a unified API
2424
See [W3 Specification](https://dvcs.w3.org/hg/notifications/raw-file/tip/Overview.html) and [HTML5-Desktop-Notifications](https://github.com/ttsvetko/HTML5-Desktop-Notifications) for more information.
2525

2626
## Demo
27-
[Live Demo at Plunker](http://plnkr.co/edit/SUTiBu?p=preview)
27+
[Live Demo](https://sagiegurari.github.io/angular-web-notification/)
2828

2929
<a name="usage"></a>
3030
## Usage

0 commit comments

Comments
 (0)