Skip to content

Commit

Permalink
release(app): v4.2.3+40203 (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirajn2311 committed Jun 17, 2024
1 parent d41ee81 commit 90af899
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.2',
'min_app_version': '4.2.3',
});

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.2+40202
version: 4.2.3+40203
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
Expand Down

0 comments on commit 90af899

Please sign in to comment.