Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
chore(*): release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jul 2, 2015
1 parent e9b9592 commit 1c02c72
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions 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))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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 <uri@urish.org>.
Copyright (C) 2013, 2014, 2015, Uri Shaked <uri@urish.org>.

[![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)
Expand Down
4 changes: 2 additions & 2 deletions 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) {
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 1c02c72

Please sign in to comment.