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",