Skip to content

Commit cdbdbc3

Browse files
authored
Update ephemeral_bar.dart
1 parent fe205dc commit cdbdbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/components/ephemeral_bar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class _EphemeralBarState extends State<EphemeralBar>
9696
child: Row(
9797
mainAxisAlignment: MainAxisAlignment.end,
9898
children: [
99-
Text("Retro: 0.0.4-alpha2", style: textTheme.bodyText2!.copyWith(
99+
Text("Retro: 0.0.5-alpha.2", style: textTheme.bodyText2!.copyWith(
100100
color: colorScheme.onSurface)
101101
),
102102
if (!isExpanded)

0 commit comments

Comments
 (0)