Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fastfrwrd committed Sep 28, 2014
1 parent f9e277c commit a59e42c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-fontawesome",
"description": "Angular directive for FontAwesome",
"version": "0.1.3",
"version": "0.2.0",
"main": [
"dist/angular-fontawesome.js"
],
Expand Down
1 change: 0 additions & 1 deletion dist/angular-fontawesome.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ angular.module('picardy.fontawesome', [])
_observeBooleanAttr('border');
_observeBooleanAttr('fw');
_observeBooleanAttr('inverse');
_observeBooleanAttr('lg');
_observeBooleanAttr('spin');

/*** CONDITIONAL ATTRS ***/
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-fontawesome.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": "angular-fontawesome",
"version": "0.1.3",
"version": "0.2.0",
"author": "Paul Marbach <paul@picardylearning.com>",
"description": "Angular directive for FontAwesome",
"scripts": {
Expand Down

0 comments on commit a59e42c

Please sign in to comment.