From 61f6d8cc900d54d2b6506aa28dcee4b08e6a57be Mon Sep 17 00:00:00 2001 From: LightGuard Date: Wed, 12 Jun 2013 10:42:54 -0600 Subject: [PATCH] Bumping the version up to 3.2.0 --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index aa1b2babd..1ca9b86e1 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -1,7 +1,7 @@ // Variables $FontAwesomePath: "../font" !default; -$FontAwesomeVersion: "3.1.0" !default; +$FontAwesomeVersion: "3.2.0" !default; $borderColor: #eeeeee !default; $iconMuted: #eeeeee !default; $iconLight: white !default;