Bumped version number to 4.0.1

This commit is contained in:
Geremia Taglialatela 2013-10-24 21:03:50 +02:00
parent cd5dd94cbd
commit 36092f9996
10 changed files with 15 additions and 14 deletions

View file

@ -1,4 +1,4 @@
#[Font Awesome v4.0.0](http://fontawesome.io) #[Font Awesome v4.0.1](http://fontawesome.io)
###the iconic font designed for Bootstrap ###the iconic font designed for Bootstrap
Font Awesome is a full suite of 361 pictographic icons for easy scalable vector graphics on websites, created and Font Awesome is a full suite of 361 pictographic icons for easy scalable vector graphics on websites, created and
@ -26,6 +26,7 @@ Get started at http://fontawesome.io!
- [v3.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=3&page=1&state=closed) - [v3.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=3&page=1&state=closed)
- [v3.2.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=5&page=1&state=closed) - [v3.2.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=5&page=1&state=closed)
- [v4.0.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=2&page=1&state=closed) - [v4.0.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=2&page=1&state=closed)
- [v4.0.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=7&page=1&state=closed)
##Versioning ##Versioning

View file

@ -19,7 +19,7 @@ icon_layout: icon.html # Relative to _layouts directory
icon_destination: icon # Relative to destination icon_destination: icon # Relative to destination
fontawesome: fontawesome:
version: 4.0.0 version: 4.0.1
minor_version: 4.0 minor_version: 4.0
url: http://fontawesome.io url: http://fontawesome.io
legacy_url: http://fortawesome.github.com/Font-Awesome/ legacy_url: http://fortawesome.github.com/Font-Awesome/

View file

@ -2,7 +2,7 @@
"name": "Font-Awesome", "name": "Font-Awesome",
"repo": "FortAwesome/Font-Awesome", "repo": "FortAwesome/Font-Awesome",
"description": "Font Awesome", "description": "Font Awesome",
"version": "4.0.0", "version": "4.0.1",
"keywords": [], "keywords": [],
"dependencies": {}, "dependencies": {},
"development": {}, "development": {},

View file

@ -1,5 +1,5 @@
/*! /*!
* Font Awesome 4.0.0 * Font Awesome 4.0.1
* the iconic font designed for Bootstrap * the iconic font designed for Bootstrap
* ------------------------------------------------------------------------------ * ------------------------------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation can be * The full suite of pictographic icons, examples, and documentation can be
@ -27,8 +27,8 @@
* -------------------------- */ * -------------------------- */
@font-face { @font-face {
font-family: 'FontAwesome'; font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.0.0'); src: url('../fonts/fontawesome-webfont.eot?v=4.0.1');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.0#fontawesomeregular') format('svg'); src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.1') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }

View file

@ -1,4 +1,4 @@
@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.0.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} @font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.0.1');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%} .fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}
.fa-2x{font-size:2em} .fa-2x{font-size:2em}
.fa-3x{font-size:3em} .fa-3x{font-size:3em}

View file

@ -1,5 +1,5 @@
/*! /*!
* Font Awesome 4.0.0 * Font Awesome 4.0.1
* the iconic font designed for Bootstrap * the iconic font designed for Bootstrap
* ------------------------------------------------------------------------------ * ------------------------------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation can be * The full suite of pictographic icons, examples, and documentation can be

View file

@ -2,9 +2,9 @@
// -------------------------- // --------------------------
@fa-font-path: "../fonts"; @fa-font-path: "../fonts";
//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.0/fonts"; // for referencing Bootstrap CDN font files directly //@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.1/fonts"; // for referencing Bootstrap CDN font files directly
@fa-css-prefix: fa; @fa-css-prefix: fa;
@fa-version: "4.0.0"; @fa-version: "4.0.1";
@fa-border-color: #eee; @fa-border-color: #eee;
@fa-inverse: #fff; @fa-inverse: #fff;
@fa-li-width: (30em / 14); @fa-li-width: (30em / 14);

View file

@ -1,7 +1,7 @@
{ {
"name": "font-awesome", "name": "font-awesome",
"description": "The iconic font designed for Bootstrap", "description": "The iconic font designed for Bootstrap",
"version": "4.0.0", "version": "4.0.1",
"keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"], "keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"],
"homepage": "http://fontawesome.io/", "homepage": "http://fontawesome.io/",
"author": { "author": {

View file

@ -2,9 +2,9 @@
// -------------------------- // --------------------------
$fa-font-path: "../fonts" !default; $fa-font-path: "../fonts" !default;
//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.0/fonts" !default; // for referencing Bootstrap CDN font files directly //$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.1/fonts" !default; // for referencing Bootstrap CDN font files directly
$fa-css-prefix: fa; $fa-css-prefix: fa;
$fa-version: "4.0.0" !default; $fa-version: "4.0.1" !default;
$fa-border-color: #eee !default; $fa-border-color: #eee !default;
$fa-inverse: #fff !default; $fa-inverse: #fff !default;
$fa-li-width: (30em / 14); $fa-li-width: (30em / 14);

View file

@ -1,5 +1,5 @@
/*! /*!
* Font Awesome 4.0.0 * Font Awesome 4.0.1
* the iconic font designed for Bootstrap * the iconic font designed for Bootstrap
* ------------------------------------------------------------------------------ * ------------------------------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation can be * The full suite of pictographic icons, examples, and documentation can be