Skip to content

Commit

Permalink
Correct bunde versions (#6429)
Browse files Browse the repository at this point in the history
  • Loading branch information
gewfy authored Dec 20, 2024
2 parents e465a80 + 5283419 commit 1af33b3
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: 2204,
ios: 3002,
android: 2725,
ios: 2728,
},
};

Expand Down

0 comments on commit 1af33b3

Please sign in to comment.