diff --git a/apps/cloud/src/routes/app/billing_.plans.tsx b/apps/cloud/src/routes/app/billing_.plans.tsx index 820020e84a..51e958f7a6 100644 --- a/apps/cloud/src/routes/app/billing_.plans.tsx +++ b/apps/cloud/src/routes/app/billing_.plans.tsx @@ -122,7 +122,7 @@ const PLAN_META: Record {[ "Up to 3 members", - "10,000 included executions per month", + "100,000 included executions per month", "$0.20 per 1,000 additional executions", "Unlimited integrations", ].map((f) => ( diff --git a/autumn.config.ts b/autumn.config.ts index 279dc40fa1..091ad237c7 100644 --- a/autumn.config.ts +++ b/autumn.config.ts @@ -31,7 +31,7 @@ export const free = plan({ items: [ item({ featureId: executions.id, - included: 10000, + included: 100000, reset: { interval: "month", }, @@ -47,7 +47,7 @@ export const freePayAsYouGo = plan({ items: [ item({ featureId: executions.id, - included: 10000, + included: 100000, price: { amount: 0.2, billingUnits: 1000,