From 4507c0ef2a8d4ea322a48fefe1cacfb0c6e089e3 Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Thu, 31 Oct 2024 12:26:07 +0000 Subject: [PATCH 1/2] =?UTF-8?q?5.5=20release=20=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E3=82=B3=E3=83=BC=E3=83=89=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 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"; From 2047df93092fd2f3f3a4c8644b7784cc2906c388 Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Thu, 31 Oct 2024 12:26:15 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E3=83=AA=E3=83=AA=E3=83=BC=E3=82=B9?= =?UTF-8?q?=E7=94=A8=E5=B0=81=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Apps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apps.js b/Apps.js index cc526e0..5e8ebca 100644 --- a/Apps.js +++ b/Apps.js @@ -28,7 +28,7 @@ export function AppContainer() {