Update version and show rc-beta
This commit is contained in:
parent
e9e3ee7ddc
commit
63c76fe13e
4 changed files with 6 additions and 3 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue