Skip to content

Commit fb9888c

Browse files
author
Eaglenait
committed
better versioning
1 parent d55f4ca commit fb9888c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/app/components/header-bar.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header class="header-bar">
22
<div class="header-main">
33
<div class="brand">
4-
<span class="brand__title">UI Builder V1.4.4</span>
4+
<span class="brand__title">UI Builder {{version}}</span>
55
<span class="brand__subtitle">Battlefield Portal</span>
66
</div>
77

src/app/components/header-bar.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ type BannerMessage = { type: 'success' | 'error'; text: string };
1313
styleUrl: './header-bar.component.scss'
1414
})
1515
export class HeaderBarComponent implements AfterViewInit {
16+
readonly version = 'V1.5.0';
1617
readonly title = 'UI Builder';
1718
readonly defaultBackgroundImage: CanvasBackgroundAsset;
1819

0 commit comments

Comments
 (0)