diff --git a/README.md b/README.md index 7ada83cdd..2697cdae0 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,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.12/fuelux.zip). +- Download a [.zip archive](http://www.fuelcdn.com/fuelux/3.16.0/fuelux.zip). # Using Fuel UX @@ -79,11 +79,11 @@ For other methods of managing dependencies consider [AMD support via require](#a Ensure all the dependencies are included on the page (eg, such as using the CDN as shown below). ``` - + - + ``` @@ -114,7 +114,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.12/' + 'fuelux': 'http://www.fuelcdn.com/fuelux/3.16.0/' //... } }); diff --git a/dist/css/fuelux.css b/dist/css/fuelux.css index 6eccd16e4..06418018c 100644 --- a/dist/css/fuelux.css +++ b/dist/css/fuelux.css @@ -1,6 +1,5 @@ /*! - * Fuel UX EDGE - Built 2017/05/03, 2:48:53 PM - * Previous release: v3.15.13 + * Fuel UX v3.16.0 * Copyright 2012-2017 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 88ade9d9f..b2d40e888 100644 --- a/dist/css/fuelux.min.css +++ b/dist/css/fuelux.min.css @@ -1,6 +1,5 @@ /*! - * Fuel UX EDGE - Built 2017/05/03, 2:48:53 PM - * Previous release: v3.15.13 + * Fuel UX v3.16.0 * Copyright 2012-2017 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 c827454ca..d505d6879 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 9145a6f15..4e6ad51ce 100644 --- a/dist/js/fuelux.js +++ b/dist/js/fuelux.js @@ -1,6 +1,5 @@ /*! - * Fuel UX EDGE - Built 2017/05/03, 2:48:53 PM - * Previous release: v3.15.13 + * Fuel UX v3.16.0 * Copyright 2012-2017 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 4a86d650f..700163428 100644 --- a/dist/js/fuelux.min.js +++ b/dist/js/fuelux.min.js @@ -1,6 +1,5 @@ /*! - * Fuel UX EDGE - Built 2017/05/03, 2:48:53 PM - * Previous release: v3.15.13 + * Fuel UX v3.16.0 * Copyright 2012-2017 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 369f2b4c8..59141648c 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "release": "grunt release" }, "title": "Fuel UX", - "version": "3.15.13", + "version": "3.16.0", "volo": { "baseDir": "lib", "dependencies": {