From 05fd71e87847a25a28e50a0a87711b12fcfe50f9 Mon Sep 17 00:00:00 2001 From: Rafael <1024481@stud.hs-mannheim.de> Date: Fri, 16 Aug 2024 14:07:13 +0200 Subject: [PATCH] Version 1.0.4 --- lib/components/my_drawer.dart | 2 +- lib/constants.dart | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/components/my_drawer.dart b/lib/components/my_drawer.dart index f2123f0..12d308e 100644 --- a/lib/components/my_drawer.dart +++ b/lib/components/my_drawer.dart @@ -75,7 +75,7 @@ class MyDrawer extends StatelessWidget { Padding( padding: const EdgeInsets.only(left: 25), child: ListTile( - title: const Text('Swiped Profiles'), + title: const Text('Favored Profiles'), leading: const Icon(Icons.format_list_bulleted), onTap: () { Navigator.pop(context); diff --git a/lib/constants.dart b/lib/constants.dart index 5eaa0b5..7f66f12 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -3,8 +3,8 @@ class Constants { /// Title of the app static const String appTitle = 'Cofounderella'; - static const String appVersion = '1.0.3'; - static const String appCompilationDate = '2024-07-12'; + static const String appVersion = '1.0.4'; + static const String appCompilationDate = '2024-08-15'; static const int maxSectors = 10; static const int maxSkills = 5; diff --git a/pubspec.yaml b/pubspec.yaml index f4f5d4d..ec80a67 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: "App for Co-Founder Matching" publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.0.3+712 +version: 1.0.4+815 environment: sdk: '>=3.3.3 <4.0.0'