Add Earthfile and update version

This commit is contained in:
Fabian Stamm
2024-06-29 12:46:52 +02:00
parent bca3049c27
commit df28d3c411
3 changed files with 28 additions and 3 deletions

View File

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