Skip to content

Commit

Permalink
updated to 0.1.3, re-duilt with module loading fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BarakChamo committed Jun 1, 2015
1 parent 9ffe98e commit 8cf6e57
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-promise-status",
"version": "0.1.2",
"version": "0.1.3",
"authors": [
"Barak Chamo <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/directive.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* ng-promise-status
*
* Version: 0.1.2 - 2015-05-29T19:47:22.035Z
* Version: 0.1.3 - 2015-06-01T11:55:06.239Z
* License: MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion dist/directive.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* ng-promise-status
*
* Version: 0.1.2 - 2015-05-29T19:47:22.016Z
* Version: 0.1.3 - 2015-06-01T11:55:06.232Z
* License: MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion dist/directive.min.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* ng-promise-status
*
* Version: 0.1.2 - 2015-05-29T19:47:22.035Z
* Version: 0.1.3 - 2015-06-01T11:55:06.239Z
* License: MIT
*/.the-directive{color:green}.the-directive button{padding:10px;color:#00f}
2 changes: 1 addition & 1 deletion dist/directive.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-promise-status",
"version": "0.1.2",
"version": "0.1.3",
"description": "A collection of promise-aware Angular.js directives and UI elements",
"repository": "[email protected]:BarakChamo/ng-promise-status.git",
"main": "dist/directive.js",
Expand Down

0 comments on commit 8cf6e57

Please sign in to comment.