From 688d24d45f140876751cecb9318e3a1823db45a0 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Sat, 1 Jun 2024 14:49:55 -0600 Subject: [PATCH] Bump version to 0.1.2 --- 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 134c42f..44724a1 100644 --- a/lib/ui/components/ephemeral_bar.dart +++ b/lib/ui/components/ephemeral_bar.dart @@ -95,7 +95,7 @@ class _EphemeralBarState extends State child: Row( mainAxisAlignment: MainAxisAlignment.end, children: [ - Text('Retro: 0.1.1', style: textTheme.bodyMedium!.copyWith( + Text('Retro: 0.1.2', style: textTheme.bodyMedium!.copyWith( color: colorScheme.onSurface,), ), if (!isExpanded)