Skip to content

Commit

Permalink
Version to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmarabeas committed Apr 12, 2015
1 parent aea569c commit dce4e84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngFitText",
"version": "3.1.0",
"version": "3.1.1",
"main": [
"src/ng-FitText.js"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngFitText",
"version": "3.3.0",
"version": "3.3.1",
"description": "An AngularJS directive for inflating web type",
"homepage": "https://github.com/patrickmarabeas/ng-FitText.js",
"bugs": "https://github.com/patrickmarabeas/ng-FitText.js/issues",
Expand Down
4 changes: 2 additions & 2 deletions src/ng-FitText.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* ng-FitText.js v3.3.0
/* ng-FitText.js v3.3.1
* https://github.com/patrickmarabeas/ng-FitText.js
*
* Original jQuery project: https://github.com/davatron5000/FitText.js
Expand All @@ -7,7 +7,7 @@
* Released under the MIT license
* http://opensource.org/licenses/mit-license.php
*
* Date: 30/01/2015
* Date: 12/04/2015
*/

(function(window, document, angular, undefined) {
Expand Down

2 comments on commit dce4e84

@rjmunro
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bower.json seems to be calling this version 3.1.1 rather than 3.3.1.

There is also confusion on this page: https://github.com/patrickmarabeas/ng-FitText.js/releases/tag/v3.3.1

@patrickmarabeas
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rjmunro - Typo. v3.3.3 has since been pushed. bower install ngFitText is correctly pulling down this version.

Please sign in to comment.