Skip to content

Commit e5b96c2

Browse files
committed
chore: Bump frontend version to Beta v1.0.5
1 parent 81ee958 commit e5b96c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/lib/screens/landing_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class LandingScreen extends StatelessWidget {
6262
),
6363
const SizedBox(height: 16),
6464
Text(
65-
'Beta v1.0.4',
65+
'Beta v1.0.5',
6666
style: Theme.of(context).textTheme.bodySmall?.copyWith(
6767
color: Theme.of(context).colorScheme.primary,
6868
),

0 commit comments

Comments
 (0)