Version bumping to 1.0.3

This commit is contained in:
Julien Deswaef 2018-02-20 20:41:51 -05:00
parent 1e5599d695
commit 3e8ba5e204
9 changed files with 15 additions and 12 deletions

View file

@ -1,6 +1,9 @@
# Changelog # Changelog
## Changelog of Fork awesome ## Changelog of Fork awesome
- v1.0.3
- Adding Artstation icon #19
- Adding an SVG Inkscape template for icon sizing and positioning
- v1.0.2 - v1.0.2
- Solves a Makefile bug that packaged files that were not updated. - Solves a Makefile bug that packaged files that were not updated.
- Correction of typos in the documentation. - Correction of typos in the documentation.

View file

@ -21,10 +21,10 @@ icon_destination: icon # Relative to destination
forkawesome: forkawesome:
name: Fork Awesome name: Fork Awesome
tagline: A fork of the iconic font and CSS toolkit tagline: A fork of the iconic font and CSS toolkit
version: 1.0.1 version: 1.0.3
minor_version: 1.0 minor_version: 1.0
major_version: 1 major_version: 1
doc_blob: v1.0.1 doc_blob: v1.0.3
url: http://forkawesome.github.com/Fork-Awesome/ url: http://forkawesome.github.com/Fork-Awesome/
legacy_url: http://forkawesome.github.com/Fork-Awesome/ legacy_url: http://forkawesome.github.com/Fork-Awesome/
css_prefix: fa css_prefix: fa

View file

@ -2,7 +2,7 @@
"name": "fork-awesome", "name": "fork-awesome",
"repo": "ForkAwesome/Fork-Awesome", "repo": "ForkAwesome/Fork-Awesome",
"description": "Fork Awesome", "description": "Fork Awesome",
"version": "1.0.2", "version": "1.0.3",
"keywords": [], "keywords": [],
"dependencies": {}, "dependencies": {},
"development": {}, "development": {},

View file

@ -1,13 +1,13 @@
/*! /*!
* Fork Awesome 1.0.1, originaly by Dave Gandy - http://forkawesome.github.com/Fork-Awesome/ * Fork Awesome 1.0.3, originaly by Dave Gandy - http://forkawesome.github.com/Fork-Awesome/
* License - http://forkawesome.github.com/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License) * License - http://forkawesome.github.com/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
*/ */
/* FONT PATH /* FONT PATH
* -------------------------- */ * -------------------------- */
@font-face { @font-face {
font-family: 'ForkAwesome'; font-family: 'ForkAwesome';
src: url('../fonts/forkawesome-webfont.eot?v=1.0.1'); src: url('../fonts/forkawesome-webfont.eot?v=1.0.3');
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.0.1') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.0.1') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.0.1') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.0.1') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.0.1#forkawesomeregular') format('svg'); src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.0.3') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.0.3') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.0.3') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.0.3') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.0.3#forkawesomeregular') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
/*! /*!
* Fork Awesome 1.0.1, originaly by Dave Gandy - http://forkawesome.github.com/Fork-Awesome/ * Fork Awesome 1.0.3, originaly by Dave Gandy - http://forkawesome.github.com/Fork-Awesome/
* License - http://forkawesome.github.com/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License) * License - http://forkawesome.github.com/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
*/ */

View file

@ -6,7 +6,7 @@
@fa-line-height-base: 1; @fa-line-height-base: 1;
@fa-css-prefix: fa; @fa-css-prefix: fa;
@fa-font-family: ForkAwesome; @fa-font-family: ForkAwesome;
@fa-version: "1.0.1"; @fa-version: "1.0.3";
@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": "fork-awesome", "name": "fork-awesome",
"description": "A fork of the iconic font and CSS framework", "description": "A fork of the iconic font and CSS framework",
"version": "1.0.2", "version": "1.0.3",
"style": "css/fork-awesome.css", "style": "css/fork-awesome.css",
"keywords": [ "keywords": [
"font", "font",

View file

@ -1,5 +1,5 @@
/*! /*!
* Fork Awesome 1.0.1, originaly by Dave Gandy - http://forkawesome.github.com/Fork-Awesome/ * Fork Awesome 1.0.3, originaly by Dave Gandy - http://forkawesome.github.com/Fork-Awesome/
* License - http://forkawesome.github.com/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License) * License - http://forkawesome.github.com/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
*/ */