From b8ccb5565381ef2832554624ab2ff13fd7dba582 Mon Sep 17 00:00:00 2001 From: Xor290 Date: Wed, 26 Aug 2026 00:20:44 +0200 Subject: [PATCH] chore: build --- frontend-admin/src/screens/admin/SettingsScreen.tsx | 2 +- mobile/app.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend-admin/src/screens/admin/SettingsScreen.tsx b/frontend-admin/src/screens/admin/SettingsScreen.tsx index 431d144b..c1884873 100644 --- a/frontend-admin/src/screens/admin/SettingsScreen.tsx +++ b/frontend-admin/src/screens/admin/SettingsScreen.tsx @@ -49,7 +49,7 @@ const DAYS: { key: keyof DeliverySchedule; label: string }[] = [ // ────────────────────────────────────────────────────────────── // Composant section accordéon générique -// ────────────────────────────────────────────────────────────── + function AccordionSection({ title, badge, diff --git a/mobile/app.json b/mobile/app.json index d924ba68..391b7ac3 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Milieu Nantais", "slug": "frontend-client", - "version": "1.0.0", + "version": "1.0.1", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "dark",