Skip to content

Commit

Permalink
Verze 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
honza-rychtar committed Jun 8, 2020
1 parent 4b53b81 commit 2c13161
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.5</span>
<span class="app-version">v1.7.6</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.5"></script>
<script type="text/javascript" src="assets/shared/globals.js?v1.7.6"></script>
<app-root>
<div class="app-loading">
<div class="loader"></div>
Expand Down

0 comments on commit 2c13161

Please sign in to comment.