Skip to content

Commit

Permalink
release(app): v4.2.2+40202 (#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirajn2311 committed Jun 2, 2024
1 parent 66ad3e2 commit 685652d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mobile-app/lib/service/firebase/remote_config_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class RemoteConfigService {
),
);
await remoteConfig.setDefaults({
'min_app_version': '4.2.1',
'min_app_version': '4.2.2',
});

await remoteConfig.fetchAndActivate();
Expand Down
2 changes: 1 addition & 1 deletion mobile-app/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: freecodecamp
description: freecodecamp.org app.
publish_to: none
version: 4.2.1+40201
version: 4.2.2+40202
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
Expand Down

0 comments on commit 685652d

Please sign in to comment.