From 0efab93a1451818339bfbed97545e6782eafcb9c Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Fri, 5 Apr 2024 16:06:33 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=82=B3=E3=83=BC=E3=83=89=E6=9B=B4=E6=96=B05.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Settings/SettingTopPage.js | 4 +++- config/newsUpdate.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/components/Settings/SettingTopPage.js b/components/Settings/SettingTopPage.js index 4cc3ec8..1f9ecf9 100644 --- a/components/Settings/SettingTopPage.js +++ b/components/Settings/SettingTopPage.js @@ -12,6 +12,8 @@ import * as Updates from "expo-updates"; import { useWindowDimensions } from "react-native"; import { ListItem } from "native-base"; +const versionCode = 5.1; + export const SettingTopPage = ({ navigate, testNFC, updateAndReload }) => { const { width } = useWindowDimensions(); return ( @@ -69,7 +71,7 @@ export const SettingTopPage = ({ navigate, testNFC, updateAndReload }) => { /> - 内部バージョン: 5.0.3.2 + 内部バージョン: {versionCode} diff --git a/config/newsUpdate.js b/config/newsUpdate.js index 2e96f85..5b873ec 100644 --- a/config/newsUpdate.js +++ b/config/newsUpdate.js @@ -1 +1 @@ -export const news = "2024-3-10"; +export const news = "2024-4-6";