Update app version
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "diuna-bi",
|
"name": "diuna-bi",
|
||||||
"version": "0.0.5",
|
"version": "0.0.5",
|
||||||
|
"azureBuild": "#{buildId}#",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ import { DeviceService } from '../services/device.service';
|
|||||||
})
|
})
|
||||||
export class MainViewComponent {
|
export class MainViewComponent {
|
||||||
@ViewChild('snav') snav?: MatSidenav;
|
@ViewChild('snav') snav?: MatSidenav;
|
||||||
appVersion = packageInfo.version;
|
appVersion = packageInfo.azureBuild;
|
||||||
|
|
||||||
currentDate = moment().toDate();
|
currentDate = moment().toDate();
|
||||||
flipPhone = false;
|
flipPhone = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user