From 8b7911a22ce89990aa720267e20769c7634e32c6 Mon Sep 17 00:00:00 2001 From: sagiegurari Date: Sat, 28 Feb 2015 17:44:33 +0200 Subject: [PATCH] doc changes --- README.md | 4 ++-- bower.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4dbb328..32c60bb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # angular-web-notification -[![Bower Version](https://img.shields.io/bower/v/angular-web-notification.svg?style=flat)](https://github.com/sagiegurari/angular-web-notification/releases) [![Build Status](https://img.shields.io/travis/sagiegurari/angular-web-notification.svg?style=flat)](http://travis-ci.org/sagiegurari/angular-web-notification) [![bitHound Score](https://www.bithound.io/sagiegurari/angular-web-notification/badges/score.svg)](https://www.bithound.io/sagiegurari/angular-web-notification) +[![Bower Version](https://img.shields.io/bower/v/angular-web-notification.svg?style=flat)](https://github.com/sagiegurari/angular-web-notification/releases) [![Build Status](https://img.shields.io/travis/sagiegurari/angular-web-notification.svg?style=flat)](http://travis-ci.org/sagiegurari/angular-web-notification) [![bitHound Score](https://www.bithound.io/sagiegurari/angular-web-notification/badges/score.svg)](https://www.bithound.io/sagiegurari/angular-web-notification) [![Inline docs](http://inch-ci.org/github/sagiegurari/angular-web-notification.svg?branch=master)](http://inch-ci.org/github/sagiegurari/angular-web-notification) > Web Notifications AngularJS Service @@ -75,7 +75,7 @@ See full docs at: [API Docs](docs/api.md) | Date | Version | Description | | ----------- | ------- | ----------- | -| 2015-02-23 | v0.0.10 | Maintenance | +| 2015-02-28 | v0.0.11 | Maintenance | | 2015-02-16 | v0.0.7 | Automatic unit tests via karma | | 2015-02-05 | v0.0.5 | Doc changes | | 2014-12-30 | v0.0.4 | Doc changes | diff --git a/bower.json b/bower.json index d98408a..d2a39ea 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-web-notification", - "version": "0.0.10", + "version": "0.0.11", "authors": [ "Sagie Gur-Ari " ],