diff --git a/README.md b/README.md
index 6086317e1..cccbcc4aa 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ You can also use on of the following methods:
- [Volo](https://github.com/volojs/volo) `volo add fuelux` (update with `volo add -f fuelux`).
- Clone via git `git clone https://github.com/ExactTarget/fuelux/`
- 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](http://www.fuelcdn.com/fuelux/3.15.8/fuelux.zip).
+- Download a [.zip archive](http://www.fuelcdn.com/fuelux/3.15.9/fuelux.zip).
# Using Fuel UX
@@ -80,11 +80,11 @@ For other methods of managing dependencies consider [AMD support via require](ht
Ensure all the dependencies are included on the page (eg, such as using the CDN as shown below).
```
-
+
-
+
```
@@ -115,7 +115,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.15.8/'
+ 'fuelux': 'http://www.fuelcdn.com/fuelux/3.15.9/'
//...
}
});
diff --git a/dist/css/fuelux.css b/dist/css/fuelux.css
index ac5e2f6fa..b08d5246a 100644
--- a/dist/css/fuelux.css
+++ b/dist/css/fuelux.css
@@ -1,6 +1,5 @@
/*!
- * Fuel UX EDGE - Built 2016/12/15, 3:42:46 PM
- * Previous release: v3.15.9
+ * Fuel UX v3.15.10
* Copyright 2012-2016 ExactTarget
* Licensed under the BSD-3-Clause license (https://github.com/ExactTarget/fuelux/blob/master/LICENSE)
*/
diff --git a/dist/css/fuelux.min.css b/dist/css/fuelux.min.css
index 803e17434..0b4eeedf5 100644
--- a/dist/css/fuelux.min.css
+++ b/dist/css/fuelux.min.css
@@ -1,6 +1,5 @@
/*!
- * Fuel UX EDGE - Built 2016/12/15, 3:42:46 PM
- * Previous release: v3.15.9
+ * Fuel UX v3.15.10
* Copyright 2012-2016 ExactTarget
* Licensed under the BSD-3-Clause license (https://github.com/ExactTarget/fuelux/blob/master/LICENSE)
*/
diff --git a/dist/fuelux.zip b/dist/fuelux.zip
index 6b0f8058d..065c5bacd 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 46c4c67d9..afb80338b 100644
--- a/dist/js/fuelux.js
+++ b/dist/js/fuelux.js
@@ -1,6 +1,5 @@
/*!
- * Fuel UX EDGE - Built 2016/12/15, 3:42:46 PM
- * Previous release: v3.15.9
+ * Fuel UX v3.15.10
* Copyright 2012-2016 ExactTarget
* Licensed under the BSD-3-Clause license (https://github.com/ExactTarget/fuelux/blob/master/LICENSE)
*/
diff --git a/dist/js/fuelux.min.js b/dist/js/fuelux.min.js
index e97abceaa..47b95759e 100644
--- a/dist/js/fuelux.min.js
+++ b/dist/js/fuelux.min.js
@@ -1,6 +1,5 @@
/*!
- * Fuel UX EDGE - Built 2016/12/15, 3:42:46 PM
- * Previous release: v3.15.9
+ * Fuel UX v3.15.10
* Copyright 2012-2016 ExactTarget
* Licensed under the BSD-3-Clause license (https://github.com/ExactTarget/fuelux/blob/master/LICENSE)
*/
diff --git a/package.json b/package.json
index feb86b864..1c076f691 100644
--- a/package.json
+++ b/package.json
@@ -87,7 +87,7 @@
"release": "grunt release"
},
"title": "Fuel UX",
- "version": "3.15.9",
+ "version": "3.15.10",
"volo": {
"baseDir": "lib",
"dependencies": {