From cb7488afbff7cc20f282468c9a30c3e0c2b5e371 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Thu, 12 Jun 2025 10:29:16 +0200 Subject: [PATCH] Updated label --- lib/views/settings_view.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/views/settings_view.dart b/lib/views/settings_view.dart index 8f0dcf4..79e13b1 100644 --- a/lib/views/settings_view.dart +++ b/lib/views/settings_view.dart @@ -93,7 +93,7 @@ class _SettingsViewState extends State { _stepperKey1 = UniqueKey(); _stepperKey2 = UniqueKey(); }), - child: const Text('Standard zurücksetzten'), + child: const Text('Auf Standard zurücksetzten'), ), )), Padding( diff --git a/pubspec.yaml b/pubspec.yaml index 4ed1f31..eb3b749 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: cabo_counter description: "Mobile app for the card game Cabo" publish_to: 'none' -version: 0.2.6+197 +version: 0.2.7+198 environment: sdk: ^3.5.4