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

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jun 10, 2015
1 parent 2a29a86 commit 7dcacd2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion angular-notification.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Angular notification v1.0.1 | (c) 2013 Greg Bergé | License MIT */
/*! Angular notification v1.1.0 | (c) 2013 Greg Bergé | License MIT */

angular
.module('notification', [])
Expand Down
4 changes: 2 additions & 2 deletions angular-notification.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion angular-notification.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-notification",
"main": "angular-notification.js",
"version": "1.0.1",
"version": "1.1.0",
"homepage": "https://github.com/neoziro/angular-notification",
"authors": [
"Greg Bergé <neoziro@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-notification",
"version": "1.0.1",
"version": "1.1.0",
"description": "Notification service for Angular using native HTML5 API.",
"main": "angular-notification.js",
"directories": {
Expand Down

0 comments on commit 7dcacd2

Please sign in to comment.