diff options
author | Ben Harris <ben@tilde.team> | 2023-05-30 20:53:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-30 19:53:23 -0500 |
commit | 037713321d8bd6da7df9922dfde17844f93c701a (patch) | |
tree | 7d09a8b306411919338c495a2889aae61ca997a2 /src/view/screens/Settings.tsx | |
parent | a9a661ab58dc298124b8400f57156c17d47a5a4f (diff) | |
download | voidsky-037713321d8bd6da7df9922dfde17844f93c701a.tar.zst |
show package.json version on web (#717)
Diffstat (limited to 'src/view/screens/Settings.tsx')
-rw-r--r-- | src/view/screens/Settings.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Settings.tsx b/src/view/screens/Settings.tsx index ac4e5a9e0..1b90cbb8a 100644 --- a/src/view/screens/Settings.tsx +++ b/src/view/screens/Settings.tsx @@ -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> |