Skip to content

Commit

Permalink
Bump to version 6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gakimball committed Nov 21, 2015
1 parent 263ff21 commit 0041918
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "foundation-sites",
"version": "6.0.2",
"version": "6.0.3",
"main": [
"scss/foundation.scss",
"js/foundation.js"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,7 +1,7 @@
{
"name": "zurb/foundation-sites",
"description": "The most advanced responsive front-end framework in the world.",
"version": "6.0.2",
"version": "6.0.3",
"keywords": [
"css",
"scss",
Expand Down
2 changes: 1 addition & 1 deletion dist/foundation.js
Expand Up @@ -2,7 +2,7 @@

"use strict";

var FOUNDATION_VERSION = '6.0.2';
var FOUNDATION_VERSION = '6.0.3';

// Global Foundation object
// This is attached to the window, or used as a module for AMD/Browserify
Expand Down
2 changes: 1 addition & 1 deletion dist/foundation.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/pages/base-typography.md
Expand Up @@ -69,7 +69,7 @@ Header | Default | Large and up
By inserting a `<small>` element into a header Foundation will scale the header font size down for an inline element, allowing you to use this for subtitles or other secondary header text.

```html_example
<h3>Foundation for Sites <small>Version 6.0.2</small></h3>
<h3>Foundation for Sites <small>Version 6.0.3</small></h3>
```

---
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/typography-base.md
Expand Up @@ -69,7 +69,7 @@ Header | Default | Large and up
By inserting a `<small>` element into a header Foundation will scale the header font size down for an inline element, allowing you to use this for subtitles or other secondary header text.

```html_example
<h3>Foundation for Sites <small>Version 6.0.2</small></h3>
<h3>Foundation for Sites <small>Version 6.0.3</small></h3>
```

---
Expand Down
2 changes: 1 addition & 1 deletion js/foundation.core.js
Expand Up @@ -2,7 +2,7 @@

"use strict";

var FOUNDATION_VERSION = '6.0.2';
var FOUNDATION_VERSION = '6.0.3';

// Global Foundation object
// This is attached to the window, or used as a module for AMD/Browserify
Expand Down
2 changes: 1 addition & 1 deletion package.js
@@ -1,7 +1,7 @@
Package.describe({
name: 'zurb:foundation-sites',
summary: 'The most advanced responsive front-end framework in the world.',
version: '6.0.2',
version: '6.0.3',
git: 'https://github.com/zurb/foundation-sites.git',
documentation: 'meteor-README.md'
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "foundation-sites",
"version": "6.0.2",
"version": "6.0.3",
"main": "dist/foundation.js",
"description": "The most advanced responsive front-end framework in the world.",
"author": "ZURB <foundation@zurb.com> (http://foundation.zurb.com)",
Expand Down

0 comments on commit 0041918

Please sign in to comment.