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