Skip to content

Commit

Permalink
release(app): 5.0.1+50001 (#1338)
Browse files Browse the repository at this point in the history
* chore: release version 5.0.1

* fix: update minimum app version to 5.0.1 in remote config
  • Loading branch information
Sembauke authored Feb 17, 2025
1 parent 3a0cec3 commit e21a149
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': '5.0.0',
'min_app_version': '5.0.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: 5.0.0+50000
version: 5.0.1+50001
environment:
sdk: ">=3.0.0 <4.0.0"
dependencies:
Expand Down

0 comments on commit e21a149

Please sign in to comment.