We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe205dc commit cdbdbc3Copy full SHA for cdbdbc3
lib/ui/components/ephemeral_bar.dart
@@ -96,7 +96,7 @@ class _EphemeralBarState extends State<EphemeralBar>
96
child: Row(
97
mainAxisAlignment: MainAxisAlignment.end,
98
children: [
99
- Text("Retro: 0.0.4-alpha2", style: textTheme.bodyText2!.copyWith(
+ Text("Retro: 0.0.5-alpha.2", style: textTheme.bodyText2!.copyWith(
100
color: colorScheme.onSurface)
101
),
102
if (!isExpanded)
0 commit comments