Bump version

This commit is contained in:
Fabian Stamm 2020-11-24 22:07:06 +01:00
parent 86ae6acc92
commit 73fcc340f2
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ export class Footer extends Component<
<span>
Welcome <b>{Notes.name}</b>
</span>
<span style="color: lightgrey;">v1.5</span>
<span style="color: lightgrey;">v1.6</span>
</footer>
);
}