Update app version

This commit is contained in:
2023-01-07 12:09:28 +01:00
parent a3c3175253
commit 8dda158b94
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "diuna-bi",
"version": "0.0.5",
"azureBuild": "#{buildId}#",
"scripts": {
"ng": "ng",
"start": "ng serve",

View File

@@ -17,7 +17,7 @@ import { DeviceService } from '../services/device.service';
})
export class MainViewComponent {
@ViewChild('snav') snav?: MatSidenav;
appVersion = packageInfo.version;
appVersion = packageInfo.azureBuild;
currentDate = moment().toDate();
flipPhone = false;