Skip to content

Commit

Permalink
Bumps version number
Browse files Browse the repository at this point in the history
  • Loading branch information
xuv committed Oct 15, 2018
1 parent ee224a6 commit 4c5d5c0
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 14 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,8 @@
# Changelog

## Changelog of Fork awesome
- v1.1.4
- Added icons: Gitea, AT&T, Digitalocean, C (language), Wikidata, Emby, Jirafeau, Hashnode, DevTo, Pixelfed, Matrix, Inkscape, Syncthing.
- v1.1.3
- Added icons: Syncthing and Inkscape
- Fixed sizing with PHP icon
Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Expand Up @@ -19,10 +19,10 @@ icon_destination: icon # Relative to destination
forkawesome:
name: Fork Awesome
tagline: A fork of the iconic font and CSS toolkit
version: 1.1.3
version: 1.1.4
minor_version: 1.1
major_version: 1
doc_blob: v1.1.3
doc_blob: v1.1.4
url: http://forkawesome.github.io/Fork-Awesome/
legacy_url: http://forkawesome.github.io/Fork-Awesome/
css_prefix: fa
Expand Down
6 changes: 3 additions & 3 deletions css/fork-awesome.css
@@ -1,5 +1,5 @@
/*!
Fork Awesome 1.1.3
Fork Awesome 1.1.4
License - http://forkawesome.github.io/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome
Expand All @@ -14,8 +14,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
* -------------------------- */
@font-face {
font-family: 'ForkAwesome';
src: url('../fonts/forkawesome-webfont.eot?v=1.1.3');
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.1.3') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.1.3') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.1.3') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.1.3') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.1.3#forkawesomeregular') format('svg');
src: url('../fonts/forkawesome-webfont.eot?v=1.1.4');
src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.1.4') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.1.4') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.1.4') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.1.4') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.1.4#forkawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down
4 changes: 2 additions & 2 deletions css/fork-awesome.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/v5-compat.css
@@ -1,5 +1,5 @@
/*!
Fork Awesome 1.1.3
Fork Awesome 1.1.4
License - http://forkawesome.github.io/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome
Expand Down
2 changes: 1 addition & 1 deletion css/v5-compat.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion less/fork-awesome.less
@@ -1,5 +1,5 @@
/*!
Fork Awesome 1.1.3
Fork Awesome 1.1.4
License - http://forkawesome.github.io/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome
Expand Down
2 changes: 1 addition & 1 deletion less/v5-compat.less
@@ -1,5 +1,5 @@
/*!
Fork Awesome 1.1.3
Fork Awesome 1.1.4
License - http://forkawesome.github.io/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome
Expand Down
2 changes: 1 addition & 1 deletion less/variables.less
Expand Up @@ -6,7 +6,7 @@
@fa-line-height-base: 1;
@fa-css-prefix: fa;
@fa-font-family: ForkAwesome;
@fa-version: "1.1.3";
@fa-version: "1.1.4";
@fa-border-color: #eee;
@fa-inverse: #fff;
@fa-li-width: (30em / 14);
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "fork-awesome",
"description": "A fork of the iconic font and CSS framework",
"version": "1.1.3",
"version": "1.1.4",
"style": "css/fork-awesome.css",
"keywords": [
"font",
Expand Down
2 changes: 1 addition & 1 deletion scss/fork-awesome.scss
@@ -1,5 +1,5 @@
/*!
Fork Awesome 1.1.3
Fork Awesome 1.1.4
License - http://forkawesome.github.io/Fork-Awesome/license
Copyright 2018 Dave Gandy & Fork Awesome
Expand Down

0 comments on commit 4c5d5c0

Please sign in to comment.