Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/0.1.2'
Browse files Browse the repository at this point in the history
Mike Grabski committed Mar 4, 2014
2 parents 879bb23 + d4fcca5 commit 336d0b3
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "ng-busy",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/HackedByChinese/ng-busy",
"authors": [
"Mike Grabski <me@mikegrabski.com>"
],
"description": "An AngularJS module for reacting to when your app is busy.",
"main": ["build/angular-busy.js", "build/angular-busy.min.js", "build/angular-busy.map"],
"main": "build/angular-busy.js",
"keywords": [
"angular",
"angularjs",
2 changes: 1 addition & 1 deletion build/angular-busy.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*** An AngularJS module for reacting to when your app is busy.
* @author Mike Grabski <me@mikegrabski.com>
* @version v0.1.1
* @version v0.1.2
* @link https://github.com/HackedByChinese/ng-busy.git
* @license MIT
*/
2 changes: 1 addition & 1 deletion build/angular-busy.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-busy",
"version": "0.1.1",
"version": "0.1.2",
"description": "An AngularJS module for reacting to when your app is busy.",
"main": [
"build/angular-busy.js",

0 comments on commit 336d0b3

Please sign in to comment.