From cdbdbc37e3daf3415c8ef85a7fa334f066b8e3cd Mon Sep 17 00:00:00 2001 From: briaguya <70942617+briaguya-ai@users.noreply.github.com> Date: Sat, 29 Apr 2023 21:55:04 -0400 Subject: [PATCH] Update ephemeral_bar.dart --- lib/ui/components/ephemeral_bar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/components/ephemeral_bar.dart b/lib/ui/components/ephemeral_bar.dart index 6ef4290..0e9606d 100644 --- a/lib/ui/components/ephemeral_bar.dart +++ b/lib/ui/components/ephemeral_bar.dart @@ -96,7 +96,7 @@ class _EphemeralBarState extends State 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)