From 77f692bae0f703fe8c9dfa3682a52a36686b5087 Mon Sep 17 00:00:00 2001 From: Achintha Isuru Date: Mon, 26 Jan 2026 16:10:31 -0500 Subject: [PATCH] Update app labels and versioning for client and staff applications --- .../apps/client/android/app/src/main/AndroidManifest.xml | 2 +- apps/mobile/apps/client/ios/Runner/Info.plist | 4 ++-- apps/mobile/apps/client/pubspec.yaml | 2 +- .../apps/staff/android/app/src/main/AndroidManifest.xml | 2 +- apps/mobile/apps/staff/ios/Runner/Info.plist | 4 ++-- apps/mobile/apps/staff/pubspec.yaml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/mobile/apps/client/android/app/src/main/AndroidManifest.xml b/apps/mobile/apps/client/android/app/src/main/AndroidManifest.xml index 10fd1b24..5bf8f125 100644 --- a/apps/mobile/apps/client/android/app/src/main/AndroidManifest.xml +++ b/apps/mobile/apps/client/android/app/src/main/AndroidManifest.xml @@ -1,6 +1,6 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName - krowwithus_client + Krow With Us Client CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier @@ -13,7 +13,7 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - krowwithus_client + Krow With Us Client CFBundlePackageType APPL CFBundleShortVersionString diff --git a/apps/mobile/apps/client/pubspec.yaml b/apps/mobile/apps/client/pubspec.yaml index 47c612f3..a2d8de96 100644 --- a/apps/mobile/apps/client/pubspec.yaml +++ b/apps/mobile/apps/client/pubspec.yaml @@ -1,7 +1,7 @@ name: krowwithus_client description: "Krow Client Application" publish_to: 'none' -version: 1.0.0+1 +version: 0.0.1+M3 resolution: workspace environment: diff --git a/apps/mobile/apps/staff/android/app/src/main/AndroidManifest.xml b/apps/mobile/apps/staff/android/app/src/main/AndroidManifest.xml index 3bfe0d27..cb199edb 100644 --- a/apps/mobile/apps/staff/android/app/src/main/AndroidManifest.xml +++ b/apps/mobile/apps/staff/android/app/src/main/AndroidManifest.xml @@ -1,6 +1,6 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName - krowwithus_staff + Krow With Us Staff CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier @@ -13,7 +13,7 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - krowwithus_staff + Krow With Us Staff CFBundlePackageType APPL CFBundleShortVersionString diff --git a/apps/mobile/apps/staff/pubspec.yaml b/apps/mobile/apps/staff/pubspec.yaml index ef50c690..053f36d2 100644 --- a/apps/mobile/apps/staff/pubspec.yaml +++ b/apps/mobile/apps/staff/pubspec.yaml @@ -1,7 +1,7 @@ name: krowwithus_staff description: "Krow Staff Application" publish_to: 'none' -version: 1.0.0+1 +version: 0.0.1+M3 resolution: workspace environment: