Skip to content

Commit 82877e0

Browse files
gitubpatriceclaude
andcommitted
fix(about): bump displayed version to 1.9.0
Align about screen with pubspec.yaml. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5f14c71 commit 82877e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/screens/about_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class AboutScreen extends StatefulWidget {
1010
}
1111

1212
class _AboutScreenState extends State<AboutScreen> {
13-
static const _version = '1.8.0';
13+
static const _version = '1.9.0';
1414
static const _author = 'Patrice Haltaya';
1515

1616
bool _checkingUpdate = false;

0 commit comments

Comments
 (0)