Version 1.0.3+712

master
Rafael 2024-07-13 00:33:24 +02:00
parent 6b54da1069
commit a848041823
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ class Constants {
/// Title of the app /// Title of the app
static const String appTitle = 'Cofounderella'; static const String appTitle = 'Cofounderella';
static const String appVersion = '1.0.1'; static const String appVersion = '1.0.3';
static const String appCompilationDate = '2024-06-20'; static const String appCompilationDate = '2024-07-12';
static const int maxSectors = 10; static const int maxSectors = 10;
static const int maxSkills = 5; static const int maxSkills = 5;

View File

@ -3,7 +3,7 @@ description: "App for Co-Founder Matching"
publish_to: 'none' # Remove this line if you wish to publish to pub.dev publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.1 version: 1.0.3+712
environment: environment:
sdk: '>=3.3.3 <4.0.0' sdk: '>=3.3.3 <4.0.0'