Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-05-12 22:08:01 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-05-12 22:08:01 +0300
commitdcc9fc6afd4a38b15ca4274500976a3e7f6f0285 (patch)
tree00e7d913b0368a16967f76f0ddb35dca15d9cebe /less
parent5756c7522de9549ad2efaf32602fad6a362ac881 (diff)
Updating version info to 1.1.0
Diffstat (limited to 'less')
-rw-r--r--less/fork-awesome.less2
-rw-r--r--less/variables.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/less/fork-awesome.less b/less/fork-awesome.less
index 7fccccb9b..ea65b4d1b 100644
--- a/less/fork-awesome.less
+++ b/less/fork-awesome.less
@@ -1,5 +1,5 @@
/*!
- * Fork Awesome 1.0.11, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
+ * Fork Awesome 1.1.0, originaly by Dave Gandy - http://forkawesome.github.io/Fork-Awesome/
* License - http://forkawesome.github.io/Fork-Awesome//license (Font: SIL OFL 1.1, CSS: MIT License)
*/
diff --git a/less/variables.less b/less/variables.less
index 9779c35fc..96f730c1f 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -6,7 +6,7 @@
@fa-line-height-base: 1;
@fa-css-prefix: fa;
@fa-font-family: ForkAwesome;
-@fa-version: "1.0.11";
+@fa-version: "1.1.0";
@fa-border-color: #eee;
@fa-inverse: #fff;
@fa-li-width: (30em / 14);