Skip to content

Commit 8337a7a

Browse files
committed
Bump IND pricing a bit, to match changes in salaries & exchange rates
1 parent a36210e commit 8337a7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api/src/pricing.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ export const PRICING: { [key: string]: Prices } = {
110110

111111
'country:IND': {
112112
currency: 'INR',
113-
'pro-monthly': 200,
114-
'pro-annual': 1440,
115-
'team-monthly': 284,
116-
'team-annual': 2400
113+
'pro-monthly': 250,
114+
'pro-annual': 1800,
115+
'team-monthly': 355,
116+
'team-annual': 3000
117117
},
118118

119119
'country:ISR': {

0 commit comments

Comments
 (0)