Skip to content

Commit dce4e84

Browse files
Version to 3.1.1
1 parent aea569c commit dce4e84

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngFitText",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"main": [
55
"src/ng-FitText.js"
66
],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngFitText",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "An AngularJS directive for inflating web type",
55
"homepage": "https://github.com/patrickmarabeas/ng-FitText.js",
66
"bugs": "https://github.com/patrickmarabeas/ng-FitText.js/issues",

src/ng-FitText.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* ng-FitText.js v3.3.0
1+
/* ng-FitText.js v3.3.1
22
* https://github.com/patrickmarabeas/ng-FitText.js
33
*
44
* Original jQuery project: https://github.com/davatron5000/FitText.js
@@ -7,7 +7,7 @@
77
* Released under the MIT license
88
* http://opensource.org/licenses/mit-license.php
99
*
10-
* Date: 30/01/2015
10+
* Date: 12/04/2015
1111
*/
1212

1313
(function(window, document, angular, undefined) {

0 commit comments

Comments
 (0)