diff --git a/.jsbeautifyrc b/.jsbeautifyrc index 6493151..8c3103c 100644 --- a/.jsbeautifyrc +++ b/.jsbeautifyrc @@ -23,7 +23,7 @@ "good_stuff": true }, "css": { - "indent_size": 4, + "indent_size": 2, "indent_char": " ", "indent_with_tabs": false, "eol": "\n", diff --git a/README.md b/README.md index 7fae6f7..690da8e 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ See [contributing guide](.github/CONTRIBUTING.md) | Date | Version | Description | | ----------- | ------- | ----------- | -| 2017-04-11 | v1.2.12 | Maintenance | +| 2017-04-11 | v1.2.13 | Maintenance | | 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification | | 2017-01-13 | v1.0.26 | Maintenance | | 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues | diff --git a/bower.json b/bower.json index 7d7dee6..3c7fcfc 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-web-notification", - "version": "1.2.12", + "version": "1.2.13", "description": "AngularJS service for displaying web notifications.", "authors": [ "Sagie Gur-Ari " diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 58fae62..44e67b6 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,6 @@ | Date | Version | Description | | ----------- | ------- | ----------- | -| 2017-04-11 | v1.2.12 | Maintenance | +| 2017-04-11 | v1.2.13 | Maintenance | | 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification | | 2017-01-13 | v1.0.26 | Maintenance | | 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues | diff --git a/docs/example/example.css b/docs/example/example.css index 4d98b58..f9c1b01 100644 --- a/docs/example/example.css +++ b/docs/example/example.css @@ -1,4 +1,3 @@ - .notification-form { padding: 10px; width: 60%; diff --git a/docs/index.html b/docs/index.html index 1c5f896..bfd730d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9,15 +9,15 @@ - - + +
- +
diff --git a/package.json b/package.json index 178e0a0..f8d851d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-web-notification", - "version": "1.2.12", + "version": "1.2.13", "description": "AngularJS service for displaying web notifications.", "author": { "name": "Sagie Gur-Ari",