Skip to content

Commit

Permalink
release(app): v4.3.0+40300 (#1293)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirajn2311 committed Sep 8, 2024
1 parent 7140af0 commit c1e9f58
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.3',
'min_app_version': '4.3.0',
});

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.3+40203
version: 4.3.0+40300
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
Expand Down

0 comments on commit c1e9f58

Please sign in to comment.