diff --git a/components/Settings/SettingTopPage.js b/components/Settings/SettingTopPage.js index a54874d..7999be6 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.4.1"; +const versionCode = "5.5"; export const SettingTopPage = ({ navigate, testNFC, updateAndReload }) => { const { width } = useWindowDimensions(); diff --git a/config/newsUpdate.ts b/config/newsUpdate.ts index af3a94b..78b2436 100644 --- a/config/newsUpdate.ts +++ b/config/newsUpdate.ts @@ -1 +1 @@ -export const news = "2024-9-29"; +export const news = "2024-11-01";