diff --git a/DETAILS.md b/DETAILS.md index 19f2381b7..d1e8f447f 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.9.0/) +* Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.10.0/) * 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.9.0/fuelux.zip). +* Download a .zip archive of the [latest release](http://www.fuelcdn.com/fuelux/3.10.0/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.9.0/' + 'fuelux': 'http://www.fuelcdn.com/fuelux/3.10.0/' //... } }); diff --git a/README.md b/README.md index 5439e4526..73f998457 100644 --- a/README.md +++ b/README.md @@ -32,18 +32,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.9.0/) +- Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.10.0/) - [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/dist/css/fuelux.css b/dist/css/fuelux.css index c9bb2b0f2..574477d57 100644 --- a/dist/css/fuelux.css +++ b/dist/css/fuelux.css @@ -1,6 +1,5 @@ /*! - * Fuel UX EDGE - Built 2015/07/10, 7:25:45 PM - * Previous release: v3.9.0 + * Fuel UX v3.10.0 * 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 41f86552d..50a845a75 100644 --- a/dist/css/fuelux.min.css +++ b/dist/css/fuelux.min.css @@ -1,6 +1,5 @@ /*! - * Fuel UX EDGE - Built 2015/07/10, 7:25:45 PM - * Previous release: v3.9.0 + * Fuel UX v3.10.0 * 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 2581fbdd0..905a66bc5 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 5f50b98cf..f70db2ee9 100644 --- a/dist/js/fuelux.js +++ b/dist/js/fuelux.js @@ -1,6 +1,5 @@ /*! - * Fuel UX EDGE - Built 2015/07/10, 7:25:45 PM - * Previous release: v3.9.0 + * Fuel UX v3.10.0 * Copyright 2012-2015 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 cd69f89c2..548d970ff 100644 --- a/dist/js/fuelux.min.js +++ b/dist/js/fuelux.min.js @@ -1,6 +1,5 @@ /*! - * Fuel UX EDGE - Built 2015/07/10, 7:25:45 PM - * Previous release: v3.9.0 + * Fuel UX v3.10.0 * 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 e7e2a734c..20aacac7f 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "test": "grunt travisci --verbose" }, "title": "Fuel UX", - "version": "3.9.0", + "version": "3.10.0", "volo": { "baseDir": "lib", "dependencies": {