Skip to content

Commit 98f4ec1

Browse files
authored
Merge pull request #1518 from GNS3/release/2.2.48.1
Release v2.2.48.1
2 parents 93aabe0 + 4d69527 commit 98f4ec1

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gns3-web-ui",
3-
"version": "2.2.49.dev1",
3+
"version": "2.2.48.1",
44
"author": {
55
"name": "GNS3 Technology Inc.",
66
"email": "[email protected]"

src/app/layouts/default-layout/default-layout.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939

4040
<app-progress></app-progress>
4141

42-
<footer class="footer mat-app-background">GNS3 Web UI &copy; 2020 - v{{ uiVersion }}</footer>
42+
<footer class="footer mat-app-background">GNS3 Web-UI &copy;2018-{{ currentYear }} v{{ uiVersion }}</footer>

src/app/layouts/default-layout/default-layout.component.ts

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import { version } from './../../version';
1717
export class DefaultLayoutComponent implements OnInit, OnDestroy {
1818
public isInstalledSoftwareAvailable = false;
1919
public uiVersion = version;
20+
public currentYear = new Date().getFullYear();
2021

2122
serverStatusSubscription: Subscription;
2223
shouldStopServersOnClosing = true;

src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<body class="mat-app-background" oncontextmenu="return false;">
3939
<app-root></app-root>
4040
<!-- Global site tag (gtag.js) - Google Analytics -->
41-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0BT7QQV1W1></script>
41+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0BT7QQV1W1"></script>
4242
<script>
4343
window.dataLayer = window.dataLayer || [];
4444
function gtag() {

0 commit comments

Comments
 (0)