Add beta ta to version

This commit is contained in:
Tankred Hase 2014-11-14 13:19:06 +01:00
parent 3156fd9601
commit c85b6344fc
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ var AboutCtrl = function($scope) {
// scope variables
//
$scope.version = cfg.appVersion;
$scope.version = cfg.appVersion + ' (beta)';
$scope.date = new Date();
//