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

Commit 3d08b52

Browse files
author
swilliams
committed
orphaned version updates
1 parent 3edb839 commit 3d08b52

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

DETAILS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Additional details to supplement the brief nature of the README file.
2929

3030
Cloning the repository ensures you can apply future updates to Fuel UX easily, but requires to you manage its [dependencies](#dependencies) on your own.
3131

32-
* Download a .zip archive of the [latest release](http://www.fuelcdn.com/fuelux/3.15.1/fuelux.zip).
32+
* Download a .zip archive of the [latest release](http://www.fuelcdn.com/fuelux/3.15.2/fuelux.zip).
3333

3434
## AMD support
3535

@@ -39,7 +39,7 @@ If using AMD (such as [RequireJS](http://requirejs.org)), reference the FuelUX d
3939
```javascript
4040
require.config({
4141
paths: {
42-
'fuelux': 'http://www.fuelcdn.com/fuelux/3.15.1/'
42+
'fuelux': 'http://www.fuelcdn.com/fuelux/3.15.2/'
4343
//...
4444
}
4545
});

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ Add `fuelux` class to the portion of the page using Fuel UX as seen [here](https
3434
Ensure all the dependencies are included on the page (eg, such as using the CDN as shown below).
3535
```
3636
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
37-
<link href="//www.fuelcdn.com/fuelux/3.15.1/css/fuelux.min.css" rel="stylesheet">
37+
<link href="//www.fuelcdn.com/fuelux/3.15.2/css/fuelux.min.css" rel="stylesheet">
3838
3939
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.js"></script>
4040
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.1/js/bootstrap.min.js"></script>
41-
<script src="//www.fuelcdn.com/fuelux/3.15.1/js/fuelux.min.js"></script>
41+
<script src="//www.fuelcdn.com/fuelux/3.15.2/js/fuelux.min.js"></script>
4242
4343
```
4444

4545
#### The code you want is in `dist`
4646
A few ways available to install.
4747

48-
- Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.15.1/)
48+
- Request files from [the Fuel UX CDN](http://www.fuelcdn.com/fuelux/3.15.2/)
4949
- Install with [NPM](https://www.npmjs.com/package/fuelux): `npm install fuelux`.
5050
- [Download the latest release](https://github.com/exacttarget/fuelux/archive/3.4.0.zip).
5151
- Clone the repo: `git clone https://github.com/exacttarget/fuelux.git`.

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Package.describe({
77
name: 'exacttarget:fuelux', // http://atmospherejs.com/exacttarget/fuelux
88
summary: 'Base Fuel UX styles and controls',
9-
version: '3.15.1',
9+
version: '3.15.2',
1010
git: 'https://github.com/ExactTarget/fuelux.git'
1111
});
1212

0 commit comments

Comments
 (0)