From d8108e2c9c60a60ba7f933af12af996b3cc0491c Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Fri, 22 Nov 2024 05:18:32 +0000 Subject: [PATCH] 5.5.1 release --- components/Settings/SettingTopPage.js | 2 +- config/newsUpdate.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Settings/SettingTopPage.js b/components/Settings/SettingTopPage.js index 7999be6..3716164 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.5"; +const versionCode = "5.5.1"; export const SettingTopPage = ({ navigate, testNFC, updateAndReload }) => { const { width } = useWindowDimensions(); diff --git a/config/newsUpdate.ts b/config/newsUpdate.ts index 78b2436..69f97eb 100644 --- a/config/newsUpdate.ts +++ b/config/newsUpdate.ts @@ -1 +1 @@ -export const news = "2024-11-01"; +export const news = "2024-11-22";