v1.0.0 migration guide

This commit is contained in:
Olivier Gagnon
2021-11-02 22:49:46 -04:00
parent b2bf3fc21f
commit 0bee743b47
11 changed files with 52 additions and 13 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ export function LoadingScreen(): React.ReactElement {
<CircularProgress size={150} color="primary" />
</Grid>
<Grid item>
<Typography variant="h3">Loading Bitburner v{CONSTANTS.Version}</Typography>
<Typography variant="h3">Loading Bitburner v{CONSTANTS.VersionString}</Typography>
</Grid>
{show && (
<Grid item>