Skip to content

Commit

Permalink
Catch some pieces missed by deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
kball committed May 27, 2016
1 parent dfadaab commit 3e4478b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundation-sites",
"version": "6.2.2",
"version": "6.2.3",
"main": [
"scss/foundation.scss",
"dist/foundation.js"
Expand Down
4 changes: 2 additions & 2 deletions dist/foundation.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"use strict";

var FOUNDATION_VERSION = '6.2.2';
var FOUNDATION_VERSION = '6.2.3';

// Global Foundation object
// This is attached to the window, or used as a module for AMD/Browserify
Expand Down Expand Up @@ -9066,4 +9066,4 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons

// Window exports
Foundation.plugin(Tooltip, 'Tooltip');
}(jQuery);
}(jQuery);
Loading

0 comments on commit 3e4478b

Please sign in to comment.