diff --git a/DETAILS.md b/DETAILS.md
index 548a1b096..c62ebd34b 100644
--- a/DETAILS.md
+++ b/DETAILS.md
@@ -30,7 +30,7 @@ Fuel UX can be applied to a section of your your HTML or the entire page by addi
## Downloading code
Fuel UX can be obtained in any of the following ways:
-* Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.2.0/)
+* Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.2.1/)
* Using [Bower](https://github.com/bower/bower) (ensures you get all the [dependencies](#dependencies)):
```
@@ -53,7 +53,7 @@ Fuel UX can be obtained in any of the following ways:
Cloning the repository ensures you can apply future updates to Fuel UX easily, but requires to you manage its [dependencies](#dependencies) on your own.
-* Download a .zip archive of the [latest release](http://www.fuelcdn.com/fuelux/3.2.0/fuelux.zip).
+* Download a .zip archive of the [latest release](http://www.fuelcdn.com/fuelux/3.2.1/fuelux.zip).
## AMD support
@@ -63,7 +63,7 @@ If using AMD (such as [RequireJS](http://requirejs.org)), reference the FuelUX d
```javascript
require.config({
paths: {
- 'fuelux': 'http://www.fuelcdn.com/fuelux/3.2.0/'
+ 'fuelux': 'http://www.fuelcdn.com/fuelux/3.2.1/'
//...
}
});
diff --git a/README.md b/README.md
index 497c07429..08f597e27 100644
--- a/README.md
+++ b/README.md
@@ -32,19 +32,19 @@ Add `fuelux` class to the portion of the page using Fuel UX as seen [here](https
Ensure all the dependencies are included on the page (eg, such as using the CDN as shown below).
```
-
+
-
-
+
+
```
### Install
A few ways available to install.
-- Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.2.0/)
-- [Download the latest release](https://github.com/exacttarget/fuelux/archive/3.2.0.zip).
+- Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.2.1/)
+- [Download the latest release](https://github.com/exacttarget/fuelux/archive/3.2.1.zip).
- Clone the repo: `git clone https://github.com/exacttarget/fuelux.git`.
- Install with [Bower](http://bower.io): `bower install fuelux`.
- Install with [Volo](https://github.com/volojs/volo): `volo add fuelux`.
diff --git a/bower.json b/bower.json
index 0028eac0a..59b502931 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
"name": "fuelux",
"description": "Extending Bootstrap with additional lightweight JavaScript controls.",
- "version": "3.2.0",
+ "version": "3.2.1",
"keywords": [
"application",
"bootstrap",
diff --git a/dist/css/fuelux.css b/dist/css/fuelux.css
index e0f9c46e6..ba882c717 100644
--- a/dist/css/fuelux.css
+++ b/dist/css/fuelux.css
@@ -1,5 +1,5 @@
/*!
- * Fuel UX v3.2.0
+ * Fuel UX v3.2.1
* Copyright 2012-2014 ExactTarget
* Licensed under the BSD-3-Clause license ()
*/
diff --git a/dist/css/fuelux.min.css b/dist/css/fuelux.min.css
index 57413168e..20d4c9f00 100644
--- a/dist/css/fuelux.min.css
+++ b/dist/css/fuelux.min.css
@@ -1,5 +1,5 @@
/*!
- * Fuel UX v3.2.0
+ * Fuel UX v3.2.1
* Copyright 2012-2014 ExactTarget
* Licensed under the BSD-3-Clause license ()
*/
diff --git a/dist/fuelux.zip b/dist/fuelux.zip
index bec2109cf..ce073b3b9 100644
Binary files a/dist/fuelux.zip and b/dist/fuelux.zip differ
diff --git a/dist/js/fuelux.js b/dist/js/fuelux.js
index 8d3fe60c0..a69b6f12e 100644
--- a/dist/js/fuelux.js
+++ b/dist/js/fuelux.js
@@ -1,5 +1,5 @@
/*!
- * Fuel UX v3.2.0
+ * Fuel UX v3.2.1
* Copyright 2012-2014 ExactTarget
* Licensed under the BSD-3-Clause license ()
*/
diff --git a/dist/js/fuelux.min.js b/dist/js/fuelux.min.js
index 094ee9202..226d37085 100644
--- a/dist/js/fuelux.min.js
+++ b/dist/js/fuelux.min.js
@@ -1,5 +1,5 @@
/*!
- * Fuel UX v3.2.0
+ * Fuel UX v3.2.1
* Copyright 2012-2014 ExactTarget
* Licensed under the BSD-3-Clause license ()
*/
diff --git a/index.html b/index.html
index 4c18aa351..0c96eb680 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,8 @@
-
+
+
diff --git a/package.json b/package.json
index 11fcfe921..1920d1585 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "fuelux",
"title": "Fuel UX",
- "version": "3.2.0",
+ "version": "3.2.1",
"description": "Base Fuel UX styles and controls",
"homepage": "https://github.com/ExactTarget/fuelux",
"author": {