Skip to content

Commit

Permalink
Bump MIN_BUNDLE_VERSION (#6480)
Browse files Browse the repository at this point in the history
  • Loading branch information
gewfy authored Jan 7, 2025
2 parents 70205f0 + f4f164f commit f97254e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/src/api/killswitch/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const MIN_APP_VERSION = '2.44.0';
const MIN_BUNDLE_VERSION: {[key: string]: {android: number; ios: number}} = {
'2.58.0': {
// Allways require update to the latest version
android: 2725,
ios: 2728,
android: 2740,
ios: 2743,
},
};

Expand Down

0 comments on commit f97254e

Please sign in to comment.