Skip to content

Commit

Permalink
release(app): 5.0.0+50000 (#1310)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sembauke authored Dec 23, 2024
1 parent ae7d012 commit 076f40f
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.4.0',
'min_app_version': '5.0.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.4.0+40400
version: 5.0.0+50000
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
Expand Down

0 comments on commit 076f40f

Please sign in to comment.