diff --git a/components/Settings/SettingTopPage.js b/components/Settings/SettingTopPage.js index ecd24d4..8ebd75a 100644 --- a/components/Settings/SettingTopPage.js +++ b/components/Settings/SettingTopPage.js @@ -12,7 +12,7 @@ import * as Updates from "expo-updates"; import { useWindowDimensions } from "react-native"; import { ListItem } from "native-base"; -const versionCode = "5.1.1"; +const versionCode = "5.2"; export const SettingTopPage = ({ navigate, testNFC, updateAndReload }) => { const { width } = useWindowDimensions();