Skip to content

Commit

Permalink
Bump version to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericf committed Oct 15, 2013
1 parent 8903926 commit 14d91ff
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "leslie-eric.us",
"version": "1.7.2",
"version": "1.8.0",
"private": true,

"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name" : "leslie-eric.us",
"description": "The open source website for Leslie Verploegen's and Eric Ferraiuolo's wedding.",
"homepage" : "http://leslie-eric.us/",
"version" : "1.7.2",
"version" : "1.8.0",
"private" : true,

"author": "Eric Ferraiuolo <[email protected]> (http://ericf.me/)",
Expand Down
2 changes: 1 addition & 1 deletion public/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ YUI.add('le-main', function (Y) {
nav.one('.nav-items').toggleClass('is-nav-items-active');
});

}, '1.7.2', {
}, '1.8.0', {
requires: ['node-base']
});
2 changes: 1 addition & 1 deletion public/js/maps.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ YUI.add('le-maps', function (Y) {
});
});

}, '1.7.2', {
}, '1.8.0', {
requires: ['node-base', 'mapbox']
});
2 changes: 1 addition & 1 deletion public/js/rsvp.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ YUI.add('le-rsvp', function (Y) {
}
});

}, '1.7.2', {
}, '1.8.0', {
requires: [
'le-main',
'app-base',
Expand Down
2 changes: 1 addition & 1 deletion public/js/wedding.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ YUI.add('le-wedding', function (Y) {
centerCal();
Y.one('win').on(['orientationchange', 'windowresize'], centerCal);

}, '1.7.2', {
}, '1.8.0', {
requires: ['le-main', 'le-maps', 'event-resize', 'graphics']
});

0 comments on commit 14d91ff

Please sign in to comment.