Browse Source

Bump up version

Geremia Taglialatela 10 years ago
parent
commit
9fd9db80b8
11 changed files with 16 additions and 15 deletions
  1. 1 1
      README.md
  2. 2 2
      _config.yml
  3. 1 0
      bower.json
  4. 1 1
      component.json
  5. 3 3
      css/font-awesome.css
  6. 1 1
      css/font-awesome.min.css
  7. 1 1
      less/font-awesome.less
  8. 2 2
      less/variables.less
  9. 1 1
      package.json
  10. 2 2
      scss/_variables.scss
  11. 1 1
      scss/font-awesome.scss

+ 1 - 1
README.md

@@ -1,4 +1,4 @@
-#[Font Awesome v4.3.0](http://fontawesome.io)
+#[Font Awesome v4.3.1](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,

+ 2 - 2
_config.yml

@@ -19,10 +19,10 @@ icon_layout:      icon.html    # Relative to _layouts directory
 icon_destination: icon         # Relative to destination
 
 fontawesome:
-  version:        4.3.0
+  version:        4.3.1
   minor_version:  4.3
   major_version:  4
-  doc_blob:       v4.3.0
+  doc_blob:       v4.3.1
   url:            http://fontawesome.io
   legacy_url:     http://fortawesome.github.com/Font-Awesome/
   blog_url:       http://blog.fontawesome.io

+ 1 - 0
bower.json

@@ -1,6 +1,7 @@
 {
   "name": "font-awesome",
   "description": "Font Awesome",
+  "version": "4.4.0",
   "keywords": [],
   "homepage": "http://fontawesome.io",
   "dependencies": {},

+ 1 - 1
component.json

@@ -2,7 +2,7 @@
   "name": "font-awesome",
   "repo": "FortAwesome/Font-Awesome",
   "description": "Font Awesome",
-  "version": "4.3.0",
+  "version": "4.3.1",
   "keywords": [],
   "dependencies": {},
   "development": {},

+ 3 - 3
css/font-awesome.css

@@ -1,13 +1,13 @@
 /*!
- *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
+ *  Font Awesome 4.3.1 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.0');
-  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
+  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');
   font-weight: normal;
   font-style: normal;
 }

File diff suppressed because it is too large
+ 1 - 1
css/font-awesome.min.css


+ 1 - 1
less/font-awesome.less

@@ -1,5 +1,5 @@
 /*!
- *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
+ *  Font Awesome 4.3.1 by @davegandy - http://fontawesome.io - @fontawesome
  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  */
 

+ 2 - 2
less/variables.less

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

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "font-awesome",
   "description": "The iconic font and CSS framework",
-  "version": "4.3.0",
+  "version": "4.3.1",
   "keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"],
   "homepage": "http://fontawesome.io/",
   "bugs": {

+ 2 - 2
scss/_variables.scss

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

+ 1 - 1
scss/font-awesome.scss

@@ -1,5 +1,5 @@
 /*!
- *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
+ *  Font Awesome 4.3.1 by @davegandy - http://fontawesome.io - @fontawesome
  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  */
 

Some files were not shown because too many files changed in this diff