Skip to content

Commit

Permalink
chore: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
czosel committed Dec 23, 2021
1 parent fde0d8c commit b2df7f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Footer() {
<div class="content has-text-centered">
<p>
<strong>TT-mobile</strong> <br />
<a href="/about">Version 1.1.4 (11.12.2021)</a>
<a href="/about">Version 1.1.5 (23.12.2021)</a>
</p>
</div>
</footer>
Expand Down
7 changes: 7 additions & 0 deletions client/src/routes/about/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ export default class Home extends Component {
</a>
</p>
<h3>Letzte Änderungen</h3>
v1.1.5 (23.12.2021)
<ul>
<li>
Bugfix: Spielplan Vorschau hat teilweise vergangene Spiele
angezeigt
</li>
</ul>
v1.1.4 (11.12.2021)
<ul>
<li>Softwarepflege</li>
Expand Down

0 comments on commit b2df7f4

Please sign in to comment.