Skip to content

Commit

Permalink
Verze 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
honza-rychtar committed Oct 13, 2023
1 parent 6147b4e commit 48af4c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export function hljsLanguages() {
}

export function createTranslateLoader(http: HttpClient) {
return new TranslateHttpLoader(http, './assets/i18n/', '.json?v2.5.0');
return new TranslateHttpLoader(http, './assets/i18n/', '.json?v2.5.1');
}

export function appInitializerFactory(translate: TranslateService) {
Expand Down
2 changes: 1 addition & 1 deletion src/app/static-page/static-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
[diameter]="40">
</mat-spinner>

<span class="app-version" *ngIf="page == 'about'">v2.5.0</span>
<span class="app-version" *ngIf="page == 'about'">v2.5.1</span>

</div>
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
</head>
<body>
<script type="text/javascript" src="assets/shared/globals-all.js?v2.5.0"></script>
<script type="text/javascript" src="assets/shared/globals.js?v2.5.1"></script>
<app-root>
<div class="app-loading">
<div class="loader"></div>
Expand Down

0 comments on commit 48af4c1

Please sign in to comment.