From 2c6ae514fba5d4effece46b332db45f68560db79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20M=C3=BCllner?= Date: Wed, 25 Feb 2026 07:17:47 +0100 Subject: [PATCH] fix: update app version to 2.0.0 and modify subtitle in profile screen --- lib/screens/profile_screen.dart | 2 +- lib/services/collection_service.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/screens/profile_screen.dart b/lib/screens/profile_screen.dart index 4564472..13e96cf 100644 --- a/lib/screens/profile_screen.dart +++ b/lib/screens/profile_screen.dart @@ -105,7 +105,7 @@ class ProfileScreen extends StatelessWidget { _SettingsTile( icon: Icons.info_outline, title: 'About', - subtitle: 'HW Collector Hub v1.1', + subtitle: 'HW Collector Hub', onTap: () => _showAbout(context), ), const SizedBox(height: 32), diff --git a/lib/services/collection_service.dart b/lib/services/collection_service.dart index 906c6dc..197d250 100644 --- a/lib/services/collection_service.dart +++ b/lib/services/collection_service.dart @@ -1,4 +1,4 @@ -import 'package:supabase_flutter/supabase_flutter.dart'; +//import 'package:supabase_flutter/supabase_flutter.dart'; import '../main.dart'; /// Data model for a collection. diff --git a/pubspec.yaml b/pubspec.yaml index b1a7b69..c76ec81 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.1.0+2 +version: 2.0.0+1 environment: sdk: ^3.11.0