Skip to content

Commit

Permalink
#731: Update version and build number; tweak change log text
Browse files Browse the repository at this point in the history
  • Loading branch information
cohenadair committed Jun 27, 2023
1 parent e81717b commit 883b7d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mobile/lib/i18n/english_strings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ Map<String, Map<String, String>> get englishStrings => {
"changeLog_2.4.1_3":
"Fixed an issue where the fishing spot was reset while adding a catch",
"changeLog_2.4.1_4":
"When adding trips, you are now given the option to override existing input fields with data from selected catches",
"When adding trips, you are now given the option to automatically set existing fields based on the selected catches",
"changeLog_2.4.1_5":
"Several general stability improvements and crash fixes",
},
Expand Down
6 changes: 3 additions & 3 deletions mobile/lib/pages/onboarding/change_log_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ChangeLogPage extends StatelessWidget {
),
),
const VerticalSpace(paddingDefault),
_build2_4_1(context),
_build2_4_2(context),
_build2_4_0(context),
_build2_3_4(context),
_build2_3_3(context),
Expand All @@ -50,9 +50,9 @@ class ChangeLogPage extends StatelessWidget {
);
}

Widget _build2_4_1(BuildContext context) {
Widget _build2_4_2(BuildContext context) {
return ExpansionListItem(
title: Text(_buildVersionText(context, "2.4.1")),
title: Text(_buildVersionText(context, "2.4.2")),
isExpanded: true,
children: [
BulletList(
Expand Down
2 changes: 1 addition & 1 deletion mobile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: Track, analyze, and share your catches in the sport of fishing.
#
# Both numbers must be incremented for Android. DO NOT add any suffix to the date, such as ".2". The
# period will be removed on Google Play and builds with lower numbers cannot be uploaded.
version: 2.4.1+20230619
version: 2.4.2+20230627
publish_to: none

environment:
Expand Down

0 comments on commit 883b7d0

Please sign in to comment.