Skip to content

Commit

Permalink
chore: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
czosel committed Nov 23, 2022
1 parent a28aa98 commit cbfbf48
Show file tree
Hide file tree
Showing 2 changed files with 9 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.6 (18.09.2022)</a>
<a href="/about">Version 1.1.7 (24.11.2022)</a>
</p>
</div>
</footer>
Expand Down
8 changes: 8 additions & 0 deletions client/src/routes/about/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ export default class Home extends Component {
</a>
</p>
<h3>Letzte Änderungen</h3>
v1.1.7 (24.11.2022)
<ul>
<li>
Bugfix: Alle Mannschaftseinsätze werden angezeigt (statt nur
einem)
</li>
<li>Softwarepflege</li>
</ul>
v1.1.6 (18.09.2022)
<ul>
<li>
Expand Down

0 comments on commit cbfbf48

Please sign in to comment.