Skip to content

Commit

Permalink
Verze 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
honza-rychtar committed Apr 3, 2020
1 parent 810f461 commit 89a025e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/about/about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ <h1>{{ 'navbar.about' | translate }}</h1>
[size]="'medium'">
</mz-spinner>

<span class="app-version">v1.7.0</span>
<span class="app-version">v1.7.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.js?v1.7.0"></script>
<script type="text/javascript" src="assets/shared/globals.js?v1.7.1"></script>
<app-root>
<div class="app-loading">
<div class="loader"></div>
Expand Down

0 comments on commit 89a025e

Please sign in to comment.