Update version and show rc-beta

This commit is contained in:
Jean-Baptiste Dominguez 2018-05-25 18:15:02 +09:00
commit 63c76fe13e
4 changed files with 6 additions and 3 deletions

View file

@ -4,7 +4,7 @@ angular.module('copayApp.controllers').controller('preferencesAbout',
function($scope, $window, appConfigService, gettextCatalog, externalLinkService, $ionicNavBarDelegate) {
$scope.title = gettextCatalog.getString('About') + ' ' + appConfigService.nameCase;
$scope.version = $window.version;
$scope.version = $window.fullVersion;
$scope.commitHash = $window.commitHash;
$scope.openExternalLink = function() {