From 1bce5a722332e73d5cbfc3c23ae759db9e95a00c Mon Sep 17 00:00:00 2001 From: Christopher McCulloh Date: Thu, 12 Feb 2015 15:36:18 -0500 Subject: [PATCH] (master) corrected version number --- DETAILS.md | 8 ++++---- README.md | 6 +++--- bower.json | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/DETAILS.md b/DETAILS.md index db2736a5e..672ae26b2 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.5.2/) +* Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.6.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.5.2/fuelux.zip). +* Download a .zip archive of the [latest release](http://www.fuelcdn.com/fuelux/3.6.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.5.2/' + 'fuelux': 'http://www.fuelcdn.com/fuelux/3.6.0/' //... } }); @@ -169,7 +169,7 @@ travis restart 9999 ## Edge servers -A build of master is available at `https://fuelux-dev.herokuapp.com/dist/js/fuelux.js` and `https://fuelux-dev.herokuapp.com/dist/css/fuelux.css`. +A build of master is available at `https://fuelux-dev.herokuapp.com/dist/js/fuelux.js` and `https://fuelux-dev.herokuapp.com/dist/css/fuelux.css`. _These files should never be used in production and may not have been fully tested._ diff --git a/README.md b/README.md index 02b6a529c..18be2aa66 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.5.2/) +- Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.6.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/bower.json b/bower.json index 015cf4868..7a8bb92d5 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "fuelux", "description": "Extending Bootstrap with additional lightweight JavaScript controls.", - "version": "3.5.2", + "version": "3.6.0", "keywords": [ "application", "bootstrap", diff --git a/package.json b/package.json index b299619e8..a9b02e4fb 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "test": "grunt travisci --verbose" }, "title": "Fuel UX", - "version": "3.5.2", + "version": "3.6.0", "volo": { "baseDir": "lib", "dependencies": {