diff --git a/config.xml b/config.xml index 8c3bd24..60cb627 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Letterbox A dating app where your opinions and mindsets matter. diff --git a/www/js/app.js b/www/js/app.js index 70bf38f..cd4f405 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -21,7 +21,7 @@ angular.module('letterbox', ['ionic', .constant('VERSION', { major: 0, minor: 1, - revision: 1 + revision: 2 }) .run(function($ionicPlatform, $rootScope, eventbus) {