diff --git a/README.md b/README.md
index 8ec314963c79..203306e85fc9 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-# Sass Bootstrap v3.0.12
+# Sass Bootstrap v3.0.13
Sass Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat), and ported to Sass/Compass by [Aaron Lademann](https://github.com/alademann).
diff --git a/_config.yml b/_config.yml
index d629ba294e53..6bfb3be4a765 100644
--- a/_config.yml
+++ b/_config.yml
@@ -23,4 +23,4 @@ issues_new: https://github.com/alademann/sass-bootstrap/issues/new
# Misc Vars
ga_id: UA-39735819-1
app_name: Sass Bootstrap
-current_version: 3.0.12
\ No newline at end of file
+current_version: 3.0.13
\ No newline at end of file
diff --git a/bower.json b/bower.json
index d6c7cbe74279..dc8a352881d5 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "sass-bootstrap",
- "version": "3.0.12",
+ "version": "3.0.13",
"main": ["./dist/js/sass-bootstrap.js", "./dist/css/sass-bootstrap.css", "./dist/fonts/*"],
"ignore": [
"**/.*"
diff --git a/component.json b/component.json
index d6c7cbe74279..dc8a352881d5 100644
--- a/component.json
+++ b/component.json
@@ -1,6 +1,6 @@
{
"name": "sass-bootstrap",
- "version": "3.0.12",
+ "version": "3.0.13",
"main": ["./dist/js/sass-bootstrap.js", "./dist/css/sass-bootstrap.css", "./dist/fonts/*"],
"ignore": [
"**/.*"
diff --git a/fonts/glyphiconshalflings-regular.svg b/fonts/glyphiconshalflings-regular.svg
index b5a141865cba..24feb9117023 100644
--- a/fonts/glyphiconshalflings-regular.svg
+++ b/fonts/glyphiconshalflings-regular.svg
@@ -24,7 +24,7 @@
-
+
@@ -35,20 +35,20 @@
-
+
-
+
-
-
+
+
-
+
@@ -65,13 +65,13 @@
-
-
+
+
-
-
-
+
+
+
@@ -82,7 +82,7 @@
-
+
@@ -113,15 +113,15 @@
-
+
-
+
-
-
+
+
@@ -130,7 +130,7 @@
-
+
@@ -144,16 +144,16 @@
-
+
-
+
-
+
-
+
@@ -161,15 +161,15 @@
-
-
+
+
-
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/sass/_variables.scss b/sass/_variables.scss
index d26ddf44eb9a..3b69e27854c2 100644
--- a/sass/_variables.scss
+++ b/sass/_variables.scss
@@ -208,25 +208,25 @@ $zindex-modal: 1050;
// --------------------------------------------------
// Extra small screen / phone
-// Note: Deprecated $screen-xs and $screen-phone as of v3.0.12
+// Note: Deprecated $screen-xs and $screen-phone as of v3.0.13
$screen-xs: 480px;
$screen-xs-min: $screen-xs;
$screen-phone: $screen-xs-min;
// Small screen / tablet
-// Note: Deprecated $screen-sm and $screen-tablet as of v3.0.12
+// Note: Deprecated $screen-sm and $screen-tablet as of v3.0.13
$screen-sm: 768px;
$screen-sm-min: $screen-sm;
$screen-tablet: $screen-sm-min;
// Medium screen / desktop
-// Note: Deprecated $screen-md and $screen-desktop as of v3.0.12
+// Note: Deprecated $screen-md and $screen-desktop as of v3.0.13
$screen-md: 992px;
$screen-md-min: $screen-md;
$screen-desktop: $screen-md-min;
// Large screen / wide desktop
-// Note: Deprecated $screen-lg and $screen-lg-desktop as of v3.0.12
+// Note: Deprecated $screen-lg and $screen-lg-desktop as of v3.0.13
$screen-lg: 1200px;
$screen-lg-min: $screen-lg;
$screen-lg-desktop: $screen-lg-min;
diff --git a/sass/sass-bootstrap.scss b/sass/sass-bootstrap.scss
index 994c950abd77..146fe89313c8 100644
--- a/sass/sass-bootstrap.scss
+++ b/sass/sass-bootstrap.scss
@@ -1,5 +1,5 @@
/*!
- * Sass Bootstrap v3.0.12
+ * Sass Bootstrap v3.0.13
*
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0