Skip to content

Commit

Permalink
release(app): v4.2.1+40201 (#1266)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirajn2311 committed May 17, 2024
1 parent ebde35e commit 81b5ed5
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 @@ -19,7 +19,7 @@ class RemoteConfigService {
),
);
await remoteConfig.setDefaults({
'min_app_version': '4.2.0',
'min_app_version': '4.2.1',
});
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.0+40200
version: 4.2.1+40201
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
Expand Down

0 comments on commit 81b5ed5

Please sign in to comment.