Skip to content

Commit 5f10d26

Browse files
committed
bump version
1 parent 6213d38 commit 5f10d26

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
@@ -109,7 +109,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
109109

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

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.1.27",
3+
"version": "1.2.0",
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.1.27 | Split the internal web notification API into a new project: simple-web-notification |
3+
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
44
| 2017-01-13 | v1.0.26 | Maintenance |
55
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |
66
| 2016-11-19 | v1.0.18 | Maintenance |

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

0 commit comments

Comments
 (0)