show package.json version on web (#717)

This commit is contained in:
Ben Harris
2023-05-30 20:53:23 -04:00
committed by GitHub
parent a9a661ab58
commit 037713321d
3 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -409,7 +409,7 @@ export const SettingsScreen = withAuthRequired(
</Link>
) : null}
<Text type="sm" style={[styles.buildInfo, pal.textLight]}>
Build version {AppInfo.appVersion} ({AppInfo.buildVersion})
Build version {AppInfo.appVersion}
</Text>
<View style={s.footerSpacer} />
</ScrollView>