From 1c02c72353ebe225ffb16e4973e173a18edfece9 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Thu, 2 Jul 2015 12:44:37 +0300 Subject: [PATCH] chore(*): release 0.6.2 --- CHANGELOG.md | 3 +++ README.md | 2 +- angular-spinner.js | 4 ++-- bower.json | 2 +- package.json | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdfe2b4..1128067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.6.2 - 2015-07-02 +- Relax Angular's dependency version lock ([#52](https://github.com/urish/angular-spinner/pull/52), contributed by [gottfrois](https://github.com/gottfrois)) + ## 0.6.1 - 2015-01-06 - Removed NBSP characters from source code ([#40](https://github.com/urish/angular-spinner/pull/40), contributed by [amolghotankar](https://github.com/amolghotankar)) - Return the created AngularJS module ([#37](https://github.com/urish/angular-spinner/pull/37), contributed by [k7sleeper](https://github.com/k7sleeper)) diff --git a/README.md b/README.md index 666cb01..28a1c02 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Angular directive to show an animated spinner (using [spin.js](http://fgnass.github.io/spin.js/)) -Copyright (C) 2013, 2014, Uri Shaked . +Copyright (C) 2013, 2014, 2015, Uri Shaked . [![Build Status](https://travis-ci.org/urish/angular-spinner.png?branch=master)](https://travis-ci.org/urish/angular-spinner) [![Coverage Status](https://coveralls.io/repos/urish/angular-spinner/badge.png)](https://coveralls.io/r/urish/angular-spinner) diff --git a/angular-spinner.js b/angular-spinner.js index e67dacd..3005551 100644 --- a/angular-spinner.js +++ b/angular-spinner.js @@ -1,7 +1,7 @@ /** - * angular-spinner version 0.6.1 + * angular-spinner version 0.6.2 * License: MIT. - * Copyright (C) 2013, 2014, Uri Shaked and contributors. + * Copyright (C) 2013, 2014, 2015, Uri Shaked and contributors. */ (function (root) { diff --git a/bower.json b/bower.json index 7e6ef53..7fa1f09 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-spinner", - "version": "0.6.1", + "version": "0.6.2", "description": "Angular directive to show an animated spinner (using spin.js)", "main": "./angular-spinner.js", "author": "Uri Shaked", diff --git a/package.json b/package.json index 8482195..3167eca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-spinner", - "version": "0.6.1", + "version": "0.6.2", "repository": { "type": "git", "url": "http://github.com/urish/angular-spinner.git"