Skip to content

Commit 81acf12

Browse files
committed
update docs
1 parent 81230d1 commit 81acf12

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

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

9494
| Date | Version | Description |
9595
| ----------- | ------- | ----------- |
96-
| 2017-02-10 | v1.0.6 | Maintenance |
96+
| 2017-03-09 | v1.0.7 | Maintenance |
9797
| 2017-01-31 | v1.0.3 | Removed polyfill dependency |
9898
| 2017-01-22 | v1.0.2 | Maintenance |
9999
| 2017-01-22 | v1.0.0 | Official release |

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.6",
3+
"version": "1.0.7",
44
"description": "Web Notifications made easy.",
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-02-10 | v1.0.6 | Maintenance |
3+
| 2017-03-09 | v1.0.7 | Maintenance |
44
| 2017-01-31 | v1.0.3 | Removed polyfill dependency |
55
| 2017-01-22 | v1.0.2 | Maintenance |
66
| 2017-01-22 | v1.0.0 | Official release |

docs/api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
A simplified web notification API.
2121

2222
**Kind**: global namespace
23-
**Author:** Sagie Gur-Ari
23+
**Author**: Sagie Gur-Ari
2424

2525
* [webNotification](#webNotification) : <code>object</code>
2626
* [.allowRequest](#webNotification.allowRequest) : <code>Boolean</code>
@@ -32,21 +32,21 @@ A simplified web notification API.
3232
### webNotification.allowRequest : <code>Boolean</code>
3333
True to enable automatic requesting of permissions if needed.
3434

35-
**Access:** public
35+
**Access**: public
3636
<a name="webNotification.permissionGranted"></a>
3737

3838
### webNotification.permissionGranted
3939
True if permission is granted, else false.
4040

41-
**Access:** public
41+
**Access**: public
4242
<a name="webNotification.showNotification"></a>
4343

4444
### webNotification.showNotification([title], [options], [callback])
4545
Shows the notification based on the provided input.<br>
4646
The callback invoked will get an error object (in case of an error, null in
4747
case of no errors) and a 'hide' function which can be used to hide the notification.
4848

49-
**Access:** public
49+
**Access**: public
5050

5151
| Param | Type | Default | Description |
5252
| --- | --- | --- | --- |

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.6",
3+
"version": "1.0.7",
44
"description": "Web Notifications made easy.",
55
"author": {
66
"name": "Sagie Gur-Ari",

0 commit comments

Comments
 (0)