Skip to content

Commit 99a3958

Browse files
committed
Bug fix
1 parent f7a4e8d commit 99a3958

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

lib/src/widgets/version_widget.dart

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// Version widget for the app.
22
///
3-
// Time-stamp: <Wednesday 2026-04-29 11:53:55 +1000 Graham Williams>
3+
// Time-stamp: <Wednesday 2026-04-29 12:32:21 +1000 Graham Williams>
44
///
55
/// Copyright (C) 2024-2025, Software Innovation Institute, ANU.
66
///
@@ -462,7 +462,9 @@ class _VersionWidgetState extends State<VersionWidget> {
462462

463463
final tooltipMessage = '''
464464
465-
**Version**\n$_currentVersion. According to the CHANGELOG from the app
465+
**Version**
466+
467+
$_currentVersion. According to the CHANGELOG from the app
466468
repository ${_isLatest ? widget.isLatestTooltip ?? defaultLatestTooltip : widget.notLatestTooltip ?? defaultNotLatestTooltip} **Tap** on the
467469
**Version** string to view the app's CHANGELOG.
468470

0 commit comments

Comments
 (0)