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

Commit 3b0b5b6

Browse files
committed
release 3.16.0
1 parent b4ddb95 commit 3b0b5b6

File tree

7 files changed

+9
-13
lines changed

7 files changed

+9
-13
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can also use on of the following methods:
5454
- [Volo](https://github.com/volojs/volo) `volo add fuelux` (update with `volo add -f fuelux`).
5555
- Clone via git `git clone https://github.com/ExactTarget/fuelux/`
5656
- Cloning the repository ensures you can apply future updates to Fuel UX easily, but requires to you manage its [dependencies](#dependencies) on your own.
57-
- Download a [.zip archive](http://www.fuelcdn.com/fuelux/3.15.12/fuelux.zip).
57+
- Download a [.zip archive](http://www.fuelcdn.com/fuelux/3.16.0/fuelux.zip).
5858

5959
# Using Fuel UX
6060

@@ -79,11 +79,11 @@ For other methods of managing dependencies consider [AMD support via require](#a
7979
Ensure all the dependencies are included on the page (eg, such as using the CDN as shown below).
8080
```
8181
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
82-
<link href="//www.fuelcdn.com/fuelux/3.15.12/css/fuelux.min.css" rel="stylesheet">
82+
<link href="//www.fuelcdn.com/fuelux/3.16.0/css/fuelux.min.css" rel="stylesheet">
8383
8484
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.js"></script>
8585
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.1/js/bootstrap.min.js"></script>
86-
<script src="//www.fuelcdn.com/fuelux/3.15.12/js/fuelux.min.js"></script>
86+
<script src="//www.fuelcdn.com/fuelux/3.16.0/js/fuelux.min.js"></script>
8787
8888
```
8989

@@ -114,7 +114,7 @@ If using AMD (such as [RequireJS](http://requirejs.org)), reference the FuelUX d
114114
```javascript
115115
require.config({
116116
paths: {
117-
'fuelux': 'http://www.fuelcdn.com/fuelux/3.15.12/'
117+
'fuelux': 'http://www.fuelcdn.com/fuelux/3.16.0/'
118118
//...
119119
}
120120
});

dist/css/fuelux.css

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/fuelux.min.css

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/fuelux.zip

-198 Bytes
Binary file not shown.

dist/js/fuelux.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*!
2-
* Fuel UX EDGE - Built 2017/05/03, 2:48:53 PM
3-
* Previous release: v3.15.13
2+
* Fuel UX v3.16.0
43
* Copyright 2012-2017 ExactTarget
54
* Licensed under the BSD-3-Clause license (https://github.com/ExactTarget/fuelux/blob/master/LICENSE)
65
*/

dist/js/fuelux.min.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"release": "grunt release"
8888
},
8989
"title": "Fuel UX",
90-
"version": "3.15.13",
90+
"version": "3.16.0",
9191
"volo": {
9292
"baseDir": "lib",
9393
"dependencies": {

0 commit comments

Comments
 (0)