Skip to content

Commit

Permalink
Bumped versions and added badges to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
shaundon committed Aug 25, 2015
1 parent 71364ab commit 38c115a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![npm version](https://badge.fury.io/js/simple-notifications.svg)](http://badge.fury.io/js/simple-notifications)
[![Bower version](https://badge.fury.io/bo/simple-notifications.svg)](http://badge.fury.io/bo/simple-notifications)

# Simple Notifications

A very lightweight notifications utility. The minified code comes in at about 1KB, there
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-notifications",
"version": "1.0.1",
"version": "1.0.4",
"homepage": "https://github.com/shaundon/simple-notifications",
"authors": [
"Shaun Donnelly <[email protected]>"
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": "simple-notifications",
"version": "1.0.1",
"version": "1.0.4",
"description": "Simple notification utility.",
"main": "none",
"scripts": {
Expand Down

0 comments on commit 38c115a

Please sign in to comment.