Update app version
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "diuna-bi",
|
||||
"version": "0.0.5",
|
||||
"azureBuild": "#{buildId}#",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user