Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
final grunt before merge - updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinparkerson committed Aug 29, 2014
1 parent ab3bb28 commit 6d3f8ba
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ All functionality is covered by the [live documentation](http://exacttarget.gith
```javascript
require.config({
paths: {
'fuelux': 'http://www.fuelcdn.com/fuelux/3.0.0/'
'fuelux': 'http://www.fuelcdn.com/fuelux/3.0.1/'
//...
}
});
Expand Down Expand Up @@ -96,7 +96,7 @@ Fuel UX can be obtained one of three ways:
Cloning the repository ensures you can apply future updates to FuelUX easily, but requires to you manage its [dependencies](#dependencies) on your own.
3. **Also an option:** Download a .zip archive of the [latest release](http://www.fuelcdn.com/fuelux/3.0.0/fuelux.zip) or request files from [the FuelUX CDN](http://www.fuelcdn.com/fuelux/3.0.0/).
3. **Also an option:** Download a .zip archive of the [latest release](http://www.fuelcdn.com/fuelux/3.0.1/fuelux.zip) or request files from [the FuelUX CDN](http://www.fuelcdn.com/fuelux/3.0.1/).
*Note: Using FuelUX in this way can make updating to future releases difficult. This approach is not recommended.*
Expand Down Expand Up @@ -134,7 +134,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.0.0/'
'fuelux': 'http://www.fuelcdn.com/fuelux/3.0.1/'
//...
}
});
Expand Down
4 changes: 2 additions & 2 deletions dist/css/fuelux.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/css/fuelux.min.css

Large diffs are not rendered by default.

Binary file modified dist/fuelux.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions dist/js/fuelux.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Fuel UX v3.0.0
* Fuel UX v3.0.1
* Copyright 2012-2014 ExactTarget
* Licensed under the BSD New license (https://github.com/ExactTarget/fuelux/blob/master/LICENSE)
* Licensed under the BSD-3-Clause license ()
*/


Expand Down
4 changes: 2 additions & 2 deletions dist/js/fuelux.min.js

Large diffs are not rendered by default.

0 comments on commit 6d3f8ba

Please sign in to comment.