Skip to content

Commit

Permalink
v0.5.0-alpha.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
fczuardi committed May 3, 2014
1 parent 5312650 commit 560c38d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "companion",
"version": "0.5.0-alpha.1",
"version": "0.5.0-alpha.2",
"description": "Companion is a mobile application to track schedules of conferences and events.",
"scripts": {
"cordova-setup": "./node_modules/.bin/gulp cordova:setup",
Expand Down
1 change: 1 addition & 0 deletions src/scripts/lib/companion/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,7 @@ module.exports = function($, FISLParser, templates){
};

var onDeviceReady = function(){
$('#splash-version').text(pkg.version);
devSyncMode = ($('#app').data('sync-dev-mode') === 'on');
console.log('device ready, debug:'+devSyncMode);
//load stored bookmarks
Expand Down
3 changes: 3 additions & 0 deletions src/styles/lib/companion/_splash.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
width:100%;
padding-top:20%;
text-align:center;
}
#splash-version{
opacity: 0.3;
}
1 change: 1 addition & 0 deletions src/templates/partials/splash_screen.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
>
</div>
</div>
<small id="splash-version"></small>
</div>
</div>

0 comments on commit 560c38d

Please sign in to comment.