Skip to content

Commit 579ada7

Browse files
SembaukeNirajn2311
andauthored
chore: release version 7.2.0 (#1720)
* chore: release version 7.2.0 * fix: version code --------- Co-authored-by: Niraj Nandish <nirajnandish@icloud.com>
1 parent e1d1859 commit 579ada7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mobile-app/lib/service/firebase/remote_config_service.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class RemoteConfigService {
2424
),
2525
);
2626
await remoteConfig.setDefaults({
27-
'min_app_version': '7.0.0',
27+
'min_app_version': '7.2.0',
2828
});
2929

3030
await remoteConfig.fetchAndActivate();

mobile-app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: freecodecamp
22
description: freecodecamp.org app.
33
publish_to: none
4-
version: 7.1.0+71000
4+
version: 7.2.0+70200
55
environment:
66
sdk: ">=3.0.0 <4.0.0"
77
dependencies:

0 commit comments

Comments
 (0)