Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 623fe3e

Browse files
committed
v1.0.1
1 parent 73c1b12 commit 623fe3e

5 files changed

+6
-6
lines changed

angular-notification.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Angular notification v1.0.0 | (c) 2013 Greg Bergé | License MIT */
1+
/*! Angular notification v1.0.1 | (c) 2013 Greg Bergé | License MIT */
22

33
angular
44
.module('notification', [])

angular-notification.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular-notification.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-notification",
33
"main": "angular-notification.js",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"homepage": "https://github.com/neoziro/angular-notification",
66
"authors": [
77
"Greg Bergé <[email protected]>"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-notification",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Notification service for Angular using native HTML5 API.",
55
"main": "angular-notification.js",
66
"directories": {

0 commit comments

Comments
 (0)