Skip to content

Commit

Permalink
Version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmarabeas committed Jan 18, 2016
1 parent e857eda commit d96958e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Include it in your AngularJS application
Apply it to your text

<h1 data-fittext>FitText</h1>

## v4.0.0

Details coming. See demo page for examples.

## v3.0.0 - NEW! Text now defaults to 100% width!

Expand Down
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "ngFitText",
"version": "3.3.3",
"version": "4.0.0",
"main": [
"src/ng-FitText.js"
"dist/ng-FitText.min.js"
],
"keywords": [
"angular",
Expand All @@ -13,6 +13,7 @@
"demo",
"lib",
"node_modules",
"src",
"test",
".bowerrc",
"gulpfile.js",
Expand Down
1 change: 1 addition & 0 deletions dist/ng-FitText.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-fittext",
"version": "3.3.3",
"version": "4.0.0",
"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 All @@ -9,9 +9,11 @@
"url": "git://github.com/patrickmarabeas/ng-FitText.js.git"
},
"license": "MIT",
"main": "src/ng-FitText.js",
"main": "dist/ng-FitText.min.js",
"devDependencies": {
"gulp": "3.8.8",
"gulp-sass": "git://github.com/dlmanning/gulp-sass.git#88a7afdc1189875d41be2d143b8fe2efd60247f5"
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^1.5.1"
}
}
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.3
/* ng-FitText.js v4.0.0
* 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: 06/05/2015
* Date: 18/01/2016
*/

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

0 comments on commit d96958e

Please sign in to comment.