Normalize mobile app pubspec versions to 0.0.1-m3

Standardize prerelease version tags for mobile apps. Updated client and staff pubspecs to use 0.0.1-m3 instead of their previous Iliana*-M3 suffixed versions:
- apps/mobile/apps/client/pubspec.yaml: 0.0.1-IlianaClientM3 -> 0.0.1-m3
- apps/mobile/apps/staff/pubspec.yaml: 0.0.1-IlianaStaffM3 -> 0.0.1-m3
This keeps version naming consistent across the mobile projects.
This commit is contained in:
Achintha Isuru
2026-03-05 12:40:59 -05:00
parent dbbf54287f
commit 4cc2dafa18
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
name: krowwithus_client name: krowwithus_client
description: "Krow Client Application" description: "Krow Client Application"
publish_to: "none" publish_to: "none"
version: 0.0.1-IlianaClientM3 version: 0.0.1-m3
resolution: workspace resolution: workspace
environment: environment:

View File

@@ -1,7 +1,7 @@
name: krowwithus_staff name: krowwithus_staff
description: "Krow Staff Application" description: "Krow Staff Application"
publish_to: 'none' publish_to: 'none'
version: 0.0.1-IlianaStaffM3 version: 0.0.1-m3
resolution: workspace resolution: workspace
environment: environment: