Skip to content

Commit

Permalink
Update version to 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfarljw committed Jun 28, 2016
1 parent ccb3d15 commit 3d640b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 2 additions & 3 deletions dist/backbone-gelato.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Backbone Gelato
* Version: 0.5.7
* Date: Fri Jun 24 2016 07:44:46 GMT-0400 (EDT)
* Date: Tue Jun 28 2016 14:21:07 GMT-0500 (CDT)
*/
html, body {
height: 100%;
Expand All @@ -24,8 +24,7 @@ gelato-application {
gelato-component {
display: block;
margin: 0;
padding: 0;
position: relative; }
padding: 0; }

gelato-dialog .modal {
z-index: 9000; }
Expand Down
8 changes: 6 additions & 2 deletions dist/backbone-gelato.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Backbone Gelato
* Version: 0.5.7
* Date: Fri Jun 24 2016 07:44:46 GMT-0400 (EDT)
* Date: Tue Jun 28 2016 14:21:07 GMT-0500 (CDT)
*/
;(function(root, factory) {
if (typeof define === 'function' && define.amd) {
Expand Down Expand Up @@ -42,10 +42,14 @@ if (Backbone === undefined) {

var Gelato = {};

Gelato._BUILD = 'Fri Jun 24 2016 07:44:46 GMT-0400 (EDT)';
Gelato._BUILD = 'Tue Jun 28 2016 14:21:07 GMT-0500 (CDT)';

Gelato._VERSION = '0.5.7';

Gelato.isCordova = function () {
return window.cordova !== undefined;
};

Gelato.isLocalhost = function () {
return location.hostname === 'localhost';
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "[email protected]",
"url": "http://www.jernung.com"
},
"version": "0.5.7",
"version": "0.5.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3d640b2

Please sign in to comment.