KI-AGENT: Mobile Version auf 2.0.0 anheben

- App-Version auf 2.0.0 gesetzt
- iOS Buildnummer auf 3 gesetzt
- Package-Lock auf neue Mobile-Version aktualisiert
This commit is contained in:
2026-05-20 20:09:13 +02:00
parent 22bcf01fa8
commit bc655f0e06
3 changed files with 8 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
"expo": {
"name": "FEDEO",
"slug": "fedeo-mobile",
"version": "1.0.0",
"version": "2.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "fedeo",
@@ -11,7 +11,7 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "software.federspiel.fedeo",
"buildNumber": "1",
"buildNumber": "3",
"infoPlist": {
"NSCameraUsageDescription": "Die Kamera wird benötigt, um Fotos zu Projekten und Objekten als Dokumente hochzuladen.",
"NSPhotoLibraryUsageDescription": "Der Zugriff auf Fotos wird benötigt, um Bilder als Dokumente hochzuladen.",

View File

@@ -1,12 +1,12 @@
{
"name": "mobile",
"version": "1.0.0",
"version": "2.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mobile",
"version": "1.0.0",
"version": "2.0.0",
"dependencies": {
"@expo/vector-icons": "^15.0.3",
"@react-navigation/bottom-tabs": "^7.4.0",
@@ -45,6 +45,9 @@
"eslint": "^9.25.0",
"eslint-config-expo": "~10.0.0",
"typescript": "~5.9.2"
},
"engines": {
"node": "22.x"
}
},
"node_modules/@0no-co/graphql.web": {

View File

@@ -1,7 +1,7 @@
{
"name": "mobile",
"main": "expo-router/entry",
"version": "1.0.0",
"version": "2.0.0",
"engines": {
"node": "22.x"
},