diff --git a/DETAILS.md b/DETAILS.md
index f028910ff..9c79bae33 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.6.2/)
+* Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.6.3/)
* 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.6.2/fuelux.zip).
+* Download a .zip archive of the [latest release](http://www.fuelcdn.com/fuelux/3.6.3/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.6.2/'
+ 'fuelux': 'http://www.fuelcdn.com/fuelux/3.6.3/'
//...
}
});
diff --git a/README.md b/README.md
index a0887bcf8..2f1bc2aa8 100644
--- a/README.md
+++ b/README.md
@@ -31,18 +31,18 @@ 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.6.2/)
+- Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.6.3/)
- [Download the latest release](https://github.com/exacttarget/fuelux/archive/3.4.0.zip).
- Clone the repo: `git clone https://github.com/exacttarget/fuelux.git`.
- Install with [Bower](http://bower.io): `bower install fuelux`.
diff --git a/bower.json b/bower.json
index 3e1f8c698..aad8fc704 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
"name": "fuelux",
"description": "Extending Bootstrap with additional lightweight JavaScript controls.",
- "version": "3.6.2",
+ "version": "3.6.3",
"keywords": [
"application",
"bootstrap",
diff --git a/dist/css/fuelux.css b/dist/css/fuelux.css
index 00c24af7f..97941318f 100644
--- a/dist/css/fuelux.css
+++ b/dist/css/fuelux.css
@@ -1,6 +1,5 @@
/*!
- * Fuel UX EDGE - Built 2015/02/25, 5:07:13 PM
- * Previous release: v3.6.2
+ * Fuel UX v3.6.3
* Copyright 2012-2015 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 8186b5638..1dc55144d 100644
--- a/dist/css/fuelux.min.css
+++ b/dist/css/fuelux.min.css
@@ -1,6 +1,5 @@
/*!
- * Fuel UX EDGE - Built 2015/02/25, 5:07:13 PM
- * Previous release: v3.6.2
+ * Fuel UX v3.6.3
* Copyright 2012-2015 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 658707a67..d8b897143 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 0c28aeab4..1e5a0cfa8 100644
--- a/dist/js/fuelux.js
+++ b/dist/js/fuelux.js
@@ -1,6 +1,5 @@
/*!
- * Fuel UX EDGE - Built 2015/02/25, 5:07:13 PM
- * Previous release: v3.6.2
+ * Fuel UX v3.6.3
* Copyright 2012-2015 ExactTarget
* Licensed under the BSD-3-Clause license (https://github.com/ExactTarget/fuelux/blob/master/LICENSE)
*/
@@ -3078,7 +3077,7 @@
// the "name" attribute is also supported but is deprecated for "text".
// add attributes to tree-branch or tree-item
- var attr = value[ 'attr' ] || value.dataAttributes || [];
+ var attr = value.attr || value.dataAttributes || [];
$.each( attr, function( key, value ) {
switch ( key ) {
case 'cssClass':
diff --git a/dist/js/fuelux.min.js b/dist/js/fuelux.min.js
index 52b5fa5bc..991be2c04 100644
--- a/dist/js/fuelux.min.js
+++ b/dist/js/fuelux.min.js
@@ -1,6 +1,5 @@
/*!
- * Fuel UX EDGE - Built 2015/02/25, 5:07:13 PM
- * Previous release: v3.6.2
+ * Fuel UX v3.6.3
* Copyright 2012-2015 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 7d3665563..08c8cc684 100644
--- a/package.json
+++ b/package.json
@@ -76,7 +76,7 @@
"test": "grunt travisci --verbose"
},
"title": "Fuel UX",
- "version": "3.6.2",
+ "version": "3.6.3",
"volo": {
"baseDir": "lib",
"dependencies": {