Skip to content

Commit

Permalink
fix(apps): --ios-min option was ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Nov 1, 2024
1 parent 5f1b2d8 commit d2de664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/apps/bundles/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export default defineCommand({
maxAndroidAppVersionCode: androidMax,
maxIosAppVersionCode: iosMax,
minAndroidAppVersionCode: androidMin,
minIosAppVersionCode: androidMin,
minIosAppVersionCode: iosMin,
rolloutPercentage,
});
appBundleId = response.id;
Expand Down

0 comments on commit d2de664

Please sign in to comment.