Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala authored and davegandy committed Jul 28, 2015
1 parent 7cde41e commit 43161a1
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#[Font Awesome v4.3.1](http://fontawesome.io)
#[Font Awesome v4.4.0](http://fontawesome.io)
###The iconic font and CSS framework

Font Awesome is a full suite of 519 pictographic icons for easy scalable vector graphics on websites,
Expand Down Expand Up @@ -34,7 +34,7 @@ Get started at http://fontawesome.io!
- [v4.1.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=6&page=1&state=closed)
- [v4.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=12&page=1&state=closed)
- [v4.3.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.3.0+is%3Aclosed)
- [v4.3.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.3.1+is%3Aclosed)
- [v4.4.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.4.0+is%3Aclosed)

## Contributing

Expand Down
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ icon_layout: icon.html # Relative to _layouts directory
icon_destination: icon # Relative to destination

fontawesome:
version: 4.3.1
minor_version: 4.3
version: 4.4.0
minor_version: 4.4
major_version: 4
doc_blob: v4.3.1
doc_blob: v4.4.0
url: http://fontawesome.io
legacy_url: http://fortawesome.github.com/Font-Awesome/
blog_url: http://blog.fontawesome.io
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "font-awesome",
"repo": "FortAwesome/Font-Awesome",
"description": "Font Awesome",
"version": "4.3.1",
"version": "4.4.0",
"keywords": [],
"dependencies": {},
"development": {},
Expand Down
8 changes: 4 additions & 4 deletions css/font-awesome.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*!
* Font Awesome 4.3.1 by @davegandy - http://fontawesome.io - @fontawesome
* Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.3.1');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.1') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.1') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.1#fontawesomeregular') format('svg');
src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -77,7 +77,7 @@
.fa.fa-pull-right {
margin-left: .3em;
}
/* Deprecated as of 4.3.1 */
/* Deprecated as of 4.4.0 */
.pull-right {
float: right;
}
Expand Down
4 changes: 2 additions & 2 deletions css/font-awesome.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion less/bordered-pulled.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
&.@{fa-css-prefix}-pull-right { margin-left: .3em; }
}

/* Deprecated as of 4.3.1 */
/* Deprecated as of 4.4.0 */
.pull-right { float: right; }
.pull-left { float: left; }

Expand Down
2 changes: 1 addition & 1 deletion less/font-awesome.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome 4.3.1 by @davegandy - http://fontawesome.io - @fontawesome
* Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/

Expand Down
4 changes: 2 additions & 2 deletions less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
@fa-font-path: "../fonts";
@fa-font-size-base: 14px;
@fa-line-height-base: 1;
//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.3.1/fonts"; // for referencing Bootstrap CDN font files directly
//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts"; // for referencing Bootstrap CDN font files directly
@fa-css-prefix: fa;
@fa-version: "4.3.1";
@fa-version: "4.4.0";
@fa-border-color: #eee;
@fa-inverse: #fff;
@fa-li-width: (30em / 14);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "font-awesome",
"description": "The iconic font and CSS framework",
"version": "4.3.1",
"version": "4.4.0",
"style": "css/font-awesome.css",
"keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"],
"homepage": "http://fontawesome.io/",
Expand Down
2 changes: 1 addition & 1 deletion scss/_bordered-pulled.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
&.#{$fa-css-prefix}-pull-right { margin-left: .3em; }
}

/* Deprecated as of 4.3.1 */
/* Deprecated as of 4.4.0 */
.pull-right { float: right; }
.pull-left { float: left; }

Expand Down
4 changes: 2 additions & 2 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
$fa-font-path: "../fonts" !default;
$fa-font-size-base: 14px !default;
$fa-line-height-base: 1 !default;
//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.3.1/fonts" !default; // for referencing Bootstrap CDN font files directly
//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.4.0/fonts" !default; // for referencing Bootstrap CDN font files directly
$fa-css-prefix: fa !default;
$fa-version: "4.3.1" !default;
$fa-version: "4.4.0" !default;
$fa-border-color: #eee !default;
$fa-inverse: #fff !default;
$fa-li-width: (30em / 14) !default;
Expand Down
2 changes: 1 addition & 1 deletion scss/font-awesome.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome 4.3.1 by @davegandy - http://fontawesome.io - @fontawesome
* Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/

Expand Down
2 changes: 1 addition & 1 deletion src/README.md-nobuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Get started at {{ site.fontawesome.url }}!
- [v4.1.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=6&page=1&state=closed)
- [v4.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=12&page=1&state=closed)
- [v4.3.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.3.0+is%3Aclosed)
- [v4.3.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.3.1+is%3Aclosed)
- [v4.4.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.4.0+is%3Aclosed)

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion src/assets/font-awesome/less/bordered-pulled.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
&.@{fa-css-prefix}-pull-right { margin-left: .3em; }
}

/* Deprecated as of 4.3.1 */
/* Deprecated as of 4.4.0 */
.pull-right { float: right; }
.pull-left { float: left; }

Expand Down
2 changes: 1 addition & 1 deletion src/assets/font-awesome/scss/_bordered-pulled.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
&.#{$fa-css-prefix}-pull-right { margin-left: .3em; }
}

/* Deprecated as of 4.3.1 */
/* Deprecated as of 4.4.0 */
.pull-right { float: right; }
.pull-left { float: left; }

Expand Down

0 comments on commit 43161a1

Please sign in to comment.