Skip to content

Commit

Permalink
Update ephemeral_bar.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
briaguya-ai authored Apr 30, 2023
1 parent fe205dc commit cdbdbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/components/ephemeral_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class _EphemeralBarState extends State<EphemeralBar>
child: Row(
mainAxisAlignment: MainAxisAlignment.end,
children: [
Text("Retro: 0.0.4-alpha2", style: textTheme.bodyText2!.copyWith(
Text("Retro: 0.0.5-alpha.2", style: textTheme.bodyText2!.copyWith(
color: colorScheme.onSurface)
),
if (!isExpanded)
Expand Down

0 comments on commit cdbdbc3

Please sign in to comment.