diff --git a/bower.json b/bower.json index 78748fc..6b110fe 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "ngFitText", - "version": "3.1.0", + "version": "3.1.1", "main": [ "src/ng-FitText.js" ], diff --git a/package.json b/package.json index cc576a3..2689de1 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/ng-FitText.js b/src/ng-FitText.js index 672f95b..0fd672b 100644 --- a/src/ng-FitText.js +++ b/src/ng-FitText.js @@ -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 @@ -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) {