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

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Mar 20, 2015
1 parent 5c693f6 commit a8a8f0a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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 v0.2.3 | (c) 2013 Greg Bergé | License MIT */
/*! Angular notification v1.0.0 | (c) 2013 Greg Bergé | License MIT */

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

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

1 change: 1 addition & 0 deletions angular-notification.min.js.map

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

1 change: 0 additions & 1 deletion angular-notification.min.map

This file was deleted.

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": "0.2.3",
"version": "1.0.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": "0.2.3",
"version": "1.0.0",
"description": "Notification service for Angular using native HTML5 API.",
"main": "angular-notification.js",
"directories": {
Expand Down

0 comments on commit a8a8f0a

Please sign in to comment.