Skip to content

Commit 59c78e7

Browse files
committed
bump to 1.1.3
1 parent a22017d commit 59c78e7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/screens/about_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class AboutScreen extends StatelessWidget {
4646
),
4747
const SizedBox(height: 4),
4848
Text(
49-
'Version 1.1.2',
49+
'Version 1.1.3',
5050
style: TextStyle(
5151
fontSize: 14,
5252
color: Theme.of(context).colorScheme.secondary,

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: view_source_vibe
22
description: Source code viewer & page analyzer app
3-
version: 1.1.2+1120
3+
version: 1.1.3+1130
44

55
environment:
66
sdk: ">=3.3.0 <4.0.0"

test/about_page_navigation_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ void main() {
1212
// Verify the about screen displays correctly
1313
expect(find.text('About View Source Vibe'), findsOneWidget);
1414
expect(find.text('Cross-Platform Source Code Viewer'), findsOneWidget);
15-
expect(find.text('Version 1.1.2'), findsOneWidget);
15+
expect(find.text('Version 1.1.3'), findsOneWidget);
1616
expect(find.text('© 2025 Wouter van Wijk & Mistral Vibe & Gemini & Claude'),
1717
findsOneWidget);
1818

0 commit comments

Comments
 (0)