diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 7d0ea3f..0db669f 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName - PetsHero + PetsHero AI NSPhotoLibraryUsageDescription We need access to your photos to use as reference for AI image generation. NSPhotoLibraryAddUsageDescription @@ -19,7 +19,7 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - app_client + PetsHero AI CFBundlePackageType APPL CFBundleShortVersionString diff --git a/pubspec.yaml b/pubspec.yaml index 1d86448..7ca6eca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ -name: app_client -description: A new Flutter project. +name: pets_hero_ai +description: PetsHero AI Application. publish_to: 'none' -version: 1.0.0+1 +version: 1.0.1+2 environment: sdk: '>=3.0.0 <4.0.0'