浏览代码

Initial commit to get version sorted

Dave Gandy 8 年之前
父节点
当前提交
dc05abbb4e
共有 3 个文件被更改,包括 5 次插入5 次删除
  1. 3 3
      _config.yml
  2. 1 1
      component.json
  3. 1 1
      package.json

+ 3 - 3
_config.yml

@@ -19,10 +19,10 @@ icon_layout:      icon.html    # Relative to _layouts directory
 icon_destination: icon         # Relative to destination
 
 fontawesome:
-  version:        4.6.3
-  minor_version:  4.6
+  version:        4.7.0
+  minor_version:  4.7
   major_version:  4
-  doc_blob:       v4.6.3
+  doc_blob:       v4.7.0
   url:            http://fontawesome.io
   legacy_url:     http://fortawesome.github.com/Font-Awesome/
   blog_url:       http://articles.fortawesome.com

+ 1 - 1
component.json

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

+ 1 - 1
package.json

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