Skip to content

Commit

Permalink
chore: bump version for v6.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoden committed Jan 11, 2019
1 parent bd58eb8 commit 38d8a58
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion js/foundation.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import $ from 'jquery';
import { GetYoDigits } from './foundation.core.utils';
import { MediaQuery } from './foundation.util.mediaQuery';

var FOUNDATION_VERSION = '6.5.1';
var FOUNDATION_VERSION = '6.5.2';

// 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 meteor-README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Foundation for Sites](http://foundation.zurb.com) (v6.5.1)
# [Foundation for Sites](http://foundation.zurb.com) (v6.5.2)

Foundation is the most advanced responsive front-end framework in the world. Quickly go from prototype to production, building sites or apps that work on any kind of device with Foundation. Includes layout constructs, like a fully customizable, responsive grid, commonly used JavaScript plugins, and full A11Y support.

Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'zurb:foundation-sites',
summary: 'Foundation 6 - The most advanced responsive front-end framework in the world.',
version: '6.5.1',
version: '6.5.2',
git: 'https://github.com/zurb/foundation-sites.git',
documentation: 'meteor-README.md'
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundation-sites",
"version": "6.5.1",
"version": "6.5.2",
"main": "dist/js/foundation.js",
"module": "dist/js/foundation.esm.js",
"jsnext:main": "dist/js/foundation.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<metadata>
<id>foundation-sites</id>
<version>6.5.1</version>
<version>6.5.2</version>

<title>ZURB Foundation</title>
<authors>ZURB</authors>
Expand All @@ -12,7 +12,7 @@

<projectUrl>http://foundation.zurb.com/sites</projectUrl>
<iconUrl>https://foundation.zurb.com/assets/img/icons/foundation-favicon.ico</iconUrl>
<releaseNotes>https://github.com/zurb/foundation-sites/releases/tag/v6.5.1</releaseNotes>
<releaseNotes>https://github.com/zurb/foundation-sites/releases/tag/v6.5.2</releaseNotes>
<licenseUrl>https://github.com/zurb/foundation-sites/blob/develop/LICENSE</licenseUrl>
<copyright>Copyright 2017-2018</copyright>
<repository type="git" url="https://github.com/zurb/foundation-sites"/>
Expand Down
2 changes: 1 addition & 1 deletion scss/foundation.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Foundation for Sites by ZURB
* Version 6.5.1
* Version 6.5.2
* foundation.zurb.com
* Licensed under MIT Open Source
*/
Expand Down

0 comments on commit 38d8a58

Please sign in to comment.